]> git.sur5r.net Git - cc65/commitdiff
added PIA struct; completed functions list
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Oct 2003 21:36:22 +0000 (21:36 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 16 Oct 2003 21:36:22 +0000 (21:36 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2538 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/atari.sgml

index a564cf86aa6d07b964318f08bad761783abd52c5..c9e640d9ed13d1aa9e8b8100319b97725e5b62d2 100644 (file)
@@ -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>