]> git.sur5r.net Git - cc65/blobdiff - doc/atari.sgml
Fixed several address size issues
[cc65] / doc / atari.sgml
index a564cf86aa6d07b964318f08bad761783abd52c5..324c80e22caa9f56bcc4bf74449b827668f967e1 100644 (file)
@@ -4,7 +4,7 @@
 
 <title>Atari specific information for cc65
 <author>Shawn Jefferson, <htmlurl url="mailto:shawnjefferson@24fightingchickens.com" name="shawnjefferson@24fightingchickens.com">
-Christian Groessler, <htmlurl url="cpg@aladdin.de" name="cpg@aladdin.de">
+Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
 <date>16-Oct-2003
 
 <abstract>
@@ -47,7 +47,7 @@ and is calculated using __CODE_LOAD__ in crt0.s also.
 <sect>Memory layout<p>
 
 The default linker script assumes that the BASIC ROM is disabled (or
-the BASIC cartridge unplugged). This gives a unsable memory range from
+the BASIC cartridge unplugged). This gives a usable memory range from
 &dollar;2E00 - &dollar;BC1F. The library startup code examines the
 current memory configuration, which depends on the size of the
 installed memory and cartridges present, by inspecting the value in
@@ -92,10 +92,18 @@ header file.
 The functions listed below are special for the Atari. See the <htmlurl
 url="funcref.html" name="function reference"> for declaration and usage.
 
-<!-- TODO: the other functions -->
 <itemize>
+<item>_gtia_mkcolor
 <item>get_ostype
+<item>get_tv
+<item>getcolor
+<item>getdefdev
 <item>graphics
+<item>rest_vecs
+<item>save_vecs
+<item>scroll
+<item>setcolor
+<item>setcolor_low
 </itemize>
 
 
@@ -125,7 +133,10 @@ chip registers.
   See the <tt/_antic.h/ header file located in the include directory
   for the declaration of the structure.
 
-<!-- TODO: the other things from atari.h -->
+  <tag><tt/PIA/</tag>
+  The <tt/PIA/ structure allows read access to the PIA 6520.
+  See the <tt/_pia.h/ header file located in the include directory
+  for the declaration of the structure.
 
 </descrip><p>