1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

the GRAPHICS command is from BASIC, not DOS

git-svn-id: svn://svn.cc65.org/cc65/trunk@3576 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2005-08-11 20:08:59 +00:00
parent e4c3555ea0
commit 9d7b1e9755

View 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.