From: ol.sc Date: Thu, 1 Nov 2012 20:35:00 +0000 (+0000) Subject: Adjusted documentation to static drivers as part of the C library. X-Git-Tag: V2.14~179 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=420d29a37e0b703a2201de286dfd94e7a485433c;p=cc65 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 --- diff --git a/doc/atmos.sgml b/doc/atmos.sgml index 2de4b8d6f..107b8b849 100644 --- a/doc/atmos.sgml +++ b/doc/atmos.sgml @@ -94,8 +94,7 @@ structures, accessing the struct fields will access the chip registers. Note: Since the Atmos doesn't have working disk I/O (see ), 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 - and statically linked. While +is somewhat misleading). Instead, the drivers have to be statically linked. While this may seem overhead, it has two advantages: diff --git a/doc/nes.sgml b/doc/nes.sgml index ea03ea34c..aab7aa519 100644 --- a/doc/nes.sgml +++ b/doc/nes.sgml @@ -94,8 +94,6 @@ allow access to hardware located in the address space. Loadable drivers

All drivers must be statically linked because no file I/O is available. -See the documentation for the -for information on how to do that. Graphics drivers