mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +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
|
// main procdure
|
||||||
void main(){
|
void main(){
|
||||||
system_off(); // turn off OS
|
system_off() // turn off OS
|
||||||
|
|
||||||
wait(100) // waint 2 sec on PAL for fun
|
wait(100) // waint 2 sec on PAL for fun
|
||||||
antic_dlist = dl.addr // set custom display list
|
antic_dlist = dl.addr // set custom display list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user