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