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:
parent
8780efd53f
commit
420d29a37e
2 changed files with 1 additions and 4 deletions
|
@ -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 "Limitations"">), the
|
(see <ref id="limitations" name="section "Limitations"">), 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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue