Adjusted documentation to static drivers as part of the C library.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5895 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-11-01 20:35:00 +00:00
parent 8780efd53f
commit 420d29a37e
2 changed files with 1 additions and 4 deletions

View file

@ -94,8 +94,7 @@ structures, accessing the struct fields will access the chip registers.
<em>Note:</em> Since the Atmos doesn't have working disk I/O <em>Note:</em> Since the Atmos doesn't have working disk I/O
(see <ref id="limitations" name="section &quot;Limitations&quot;">), the (see <ref id="limitations" name="section &quot;Limitations&quot;">), the
available drivers cannot be loaded at runtime (so the term "loadable drivers" available drivers cannot be loaded at runtime (so the term "loadable drivers"
is somewhat misleading). Instead, the drivers have to be converted using the is somewhat misleading). Instead, the drivers have to be statically linked. While
<htmlurl url="co65.html" name="co65 utility"> and statically linked. While
this may seem overhead, it has two advantages: this may seem overhead, it has two advantages:
<enum> <enum>

View file

@ -94,8 +94,6 @@ allow access to hardware located in the address space.
<sect>Loadable drivers<p> <sect>Loadable drivers<p>
All drivers must be statically linked because no file I/O is available. All drivers must be statically linked because no file I/O is available.
See the documentation for the <htmlurl url="co65.html" name="co65 utility">
for information on how to do that.
<sect1>Graphics drivers<p> <sect1>Graphics drivers<p>