]> git.sur5r.net Git - cc65/blobdiff - doc/atari5200.sgml
Adaptations due to code review.
[cc65] / doc / atari5200.sgml
index cbddbd928d7f84cd76754e3139a4e8d423a26870..e33c8a8322a8bc77572493f32bc680f0ca45801a 100644 (file)
@@ -1,11 +1,9 @@
 <!doctype linuxdoc system>
 
 <article>
-
 <title>Atari 5200 specific information for cc65
 <author>
 <url url="mailto:chris@groessler.org" name="Christian Groessler"><newline>
-<date>2014-05-27
 
 <abstract>
 An overview over the Atari 5200 runtime system as it is implemented for the
@@ -52,7 +50,7 @@ Special locations:
 
 <descrip>
   <tag/Text screen/
-  The text screen is only enabled if any of the CONIO output routines
+  The text screen is only enabled if any of the CONIO output functions
   is used in the program. Its size is 20x24 characters (Antic mode 6,
   BASIC mode 1). The text screen is located at &dollar;3E00. The
   address of the screen memory is available at runtime in the variable
@@ -121,12 +119,8 @@ The names in the parentheses denote the symbols to be used for static linking of
 
 <sect1>Graphics drivers<p>
 
-<descrip>
-
 No graphics drivers are currently available for the Atari 5200.
 
-</descrip><p>
-
 
 <sect1>Extended memory drivers<p>
 
@@ -138,7 +132,8 @@ No extended memory drivers are available for the Atari 5200.
 <descrip>
 
   <tag><tt/atr5200std.joy (atr5200std_joy)/</tag>
-  A joystick driver for the standard Atari 5200 joystick is available. Up to four joysticks can be attached.
+  A joystick driver for the standard Atari 5200 joystick is
+  available. Depending on the version of the 5200 console, two or four joysticks can be attached.
 
 </descrip><p>