From 420d29a37e0b703a2201de286dfd94e7a485433c Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Thu, 1 Nov 2012 20:35:00 +0000 Subject: [PATCH] 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 --- doc/atmos.sgml | 3 +-- doc/nes.sgml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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

-- 2.39.2