rename some Atari specific function names

git-svn-id: svn://svn.cc65.org/cc65/trunk@3150 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2004-07-09 19:33:28 +00:00
parent 6ac5c407cf
commit 413a58a418

View File

@@ -93,17 +93,17 @@ The functions listed below are special for the Atari. See the <htmlurl
url="funcref.html" name="function reference"> for declaration and usage. url="funcref.html" name="function reference"> for declaration and usage.
<itemize> <itemize>
<item>_gtia_mkcolor
<item>get_ostype <item>get_ostype
<item>get_tv <item>get_tv
<item>getcolor <item>_gtia_mkcolor
<item>getdefdev <item>_getcolor
<item>graphics <item>_getdefdev
<item>rest_vecs <item>_graphics
<item>save_vecs <item>_rest_vecs
<item>scroll <item>_save_vecs
<item>setcolor <item>_scroll
<item>setcolor_low <item>_setcolor
<item>_setcolor_low
</itemize> </itemize>