mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-19 10:42:10 +00:00
A8 system off example typo
This commit is contained in:
@@ -112,7 +112,7 @@ interrupt void vbi(){
|
||||
|
||||
// main procdure
|
||||
void main(){
|
||||
system_off(); // turn off OS
|
||||
system_off() // turn off OS
|
||||
|
||||
wait(100) // waint 2 sec on PAL for fun
|
||||
antic_dlist = dl.addr // set custom display list
|
||||
|
||||
Reference in New Issue
Block a user