From ebd38708083bd26d061a1b041fa0d72eaa06e0bb Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Wed, 7 Nov 2012 19:54:07 +0000 Subject: [PATCH] First try of documenting static drivers. git-svn-id: svn://svn.cc65.org/cc65/trunk@5923 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 02c8450a2..fb6dda7fe 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -310,18 +310,20 @@ you cannot do it, it just means that there's no help. Loadable drivers

+The names in the parentheses denote the symbols to be used for static linking of the drivers. + Graphics drivers

- + This driver features a resolution of 40×48 with 16 colors. - + The function + This driver features a resolution of 280×192 with 8 colors and two hires pages. Note that programs using this driver will have to be linked with - + Gives access to 47.5 KB RAM (190 pages of 256 bytes each) on an Extended 80-Column Text Card. @@ -357,7 +359,7 @@ you cannot do it, it just means that there's no help. - + Supports up to two standard analog joysticks connected to the game port of the Apple ][. @@ -368,7 +370,7 @@ you cannot do it, it just means that there's no help. - + Driver for the AppleMouse II Card. Searches all Apple II slots for an AppleMouse II Card compatible firmware. The default bounding box is [0..279,0..191]. @@ -389,7 +391,7 @@ you cannot do it, it just means that there's no help. - + Driver for the Apple II Super Serial Card. Supports up to 19200 baud, hardware flow control (RTS/CTS) and interrupt driven receives. Note that because of the peculiarities of the 6551 chip transmits are not -- 2.39.5