]> git.sur5r.net Git - cc65/commitdiff
Adjusted documentation to static drivers as part of the C library.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 Nov 2012 20:35:00 +0000 (20:35 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 Nov 2012 20:35:00 +0000 (20:35 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5895 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/atmos.sgml
doc/nes.sgml

index 2de4b8d6fba6f084d6d4a3888f2ecfd12d4b11cd..107b8b84982b4fdb49217e0edf3122121ec2bff2 100644 (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
 (see <ref id="limitations" name="section &quot;Limitations&quot;">), 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>
index ea03ea34c9907df6dbf617879a2273ab2e42d38a..aab7aa519ce28141c20b591708e0a408deadac88 100644 (file)
@@ -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>