]> git.sur5r.net Git - cc65/commitdiff
the GRAPHICS command is from BASIC, not DOS
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Aug 2005 20:08:59 +0000 (20:08 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 11 Aug 2005 20:08:59 +0000 (20:08 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3576 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/atari.sgml

index 66c3ac1e985759b3c86909864550c253dd076f91..c7243e3b7aaab7fb7d1113469f891e0f6e3cec62 100644 (file)
@@ -7,7 +7,7 @@
 url="mailto:shawnjefferson@24fightingchickens.com"
 name="shawnjefferson@24fightingchickens.com"> and 
 Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
-<date>20-Feb-2005
+<date>11-Aug-2005
 
 <abstract>
 An overview over the Atari runtime system as it is implemented for the cc65 C
@@ -153,7 +153,7 @@ chip registers.
 
 Currently there are no graphics drivers available for the Atari platform.
 However, the runtime library provides a function named _graphics, with
-a mode parameter just like the DOS GRAPHICS command. This function will
+a mode parameter just like the BASIC GRAPHICS command. This function will
 turn on the requested graphics mode.
 There are currently no functions available to access the graphics
 memory. The access must be implemented manually.