mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
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
@ -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
|
||||
(see <ref id="limitations" name="section "Limitations"">), the
|
||||
available drivers cannot be loaded at runtime (so the term "loadable drivers"
|
||||
is somewhat misleading). Instead, the drivers have to be converted using the
|
||||
<htmlurl url="co65.html" name="co65 utility"> and statically linked. While
|
||||
is somewhat misleading). Instead, the drivers have to be statically linked. While
|
||||
this may seem overhead, it has two advantages:
|
||||
|
||||
<enum>
|
||||
|
@ -94,8 +94,6 @@ allow access to hardware located in the address space.
|
||||
<sect>Loadable drivers<p>
|
||||
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user