mirror of
https://github.com/cc65/cc65.git
synced 2024-11-12 22:07:16 +00:00
Fixed example of the OS struct usage for Atari 5200
This commit is contained in:
parent
2e9bada1f2
commit
d67b955e52
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user