]> git.sur5r.net Git - cc65/commitdiff
Added CBM510 in a few places
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Oct 2001 21:56:52 +0000 (21:56 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Oct 2001 21:56:52 +0000 (21:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1075 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/library.sgml

index b284480db62f8303bc34834f4486876ff2a82419..79ef010041ce429c27346b9033e04ddca65f215f 100644 (file)
@@ -152,8 +152,8 @@ The header files contain
   accesses.
 
   <item>Other routines that make only sense for a specific system. One example
-  are routines to write memory locations in the system bank for the CBM
-  600/700 family (called B128/B256 in the US).
+  are routines to write memory locations in the system bank for the CBM PET-II
+  family.
 
 </itemize>
 
@@ -165,12 +165,13 @@ and keyboard I/O. The functions will write directly to the screen or poll the
 keyboard directly with no more help from the operating system than needed.
 This has some disadvantages, but on the other side it's fast and reasonably
 portable. conio implementations exist for the following targets:
-                   
+
   <itemize>
   <item>atari
   <item>c64
   <item>c128
   <item>plus4
+  <item>cbm510 (40 column video)
   <item>cbm610 (all CBM series-II computers with 80 column video)
   <item>pet (all CBM PET systems except the 2001)
   <item>apple2
@@ -199,6 +200,7 @@ the following targets:
   <item>atari
   <item>c64
   <item>c128
+  <item>cbm510
   </itemize>
 
 The available functions are declared in <tt/mouse.h/ To help writing portable