Fixed example of the OS struct usage for Atari 5200
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user