mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-23 23:30:22 +00:00
A8 system off example typo
This commit is contained in:
parent
9ee9712554
commit
aaaae08c03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user