From: cpg Date: Thu, 11 Aug 2005 20:08:59 +0000 (+0000) Subject: the GRAPHICS command is from BASIC, not DOS X-Git-Tag: V2.12.0~268 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d7b1e9755e03eab64670684115d4726908a6443;p=cc65 the GRAPHICS command is from BASIC, not DOS git-svn-id: svn://svn.cc65.org/cc65/trunk@3576 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/atari.sgml b/doc/atari.sgml index 66c3ac1e9..c7243e3b7 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -7,7 +7,7 @@ url="mailto:shawnjefferson@24fightingchickens.com" name="shawnjefferson@24fightingchickens.com"> and Christian Groessler, -20-Feb-2005 +11-Aug-2005 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.