1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Fixed example of the OS struct usage for Atari 5200

This commit is contained in:
michael 2020-12-23 23:50:10 +01:00 committed by Oliver Schmidt
parent 2e9bada1f2
commit d67b955e52

View File

@ -81,7 +81,8 @@ The names are the usual ones you can find in system reference manuals. Example:
...
OS.sdmctl = 0x00; // screen off
OS.color4 = 14; // white frame
... tics = OS.rtclok[1] // get ticks
tics = OS.rtclok[1] // get ticks
...
</verb></tscreen>
<sect1>Atari 5200 specific functions<p>