mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
added PIA struct; completed functions list
git-svn-id: svn://svn.cc65.org/cc65/trunk@2538 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
86b25b00e3
commit
e6c62531d7
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user