mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
cleanup
This commit is contained in:
parent
3f30d3aa89
commit
2ff04d2abd
@ -1,6 +1,5 @@
|
||||
%import syslib
|
||||
%import graphics
|
||||
%import test_stack
|
||||
|
||||
; Note: this program is compatible with C64 and CX16.
|
||||
|
||||
@ -37,9 +36,8 @@ main {
|
||||
angley+=217
|
||||
anglez+=452
|
||||
|
||||
sys.wait(2)
|
||||
|
||||
; test_stack.test()
|
||||
sys.waitvsync()
|
||||
sys.waitvsync()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ main {
|
||||
palette.set_color(0, $000)
|
||||
palette.set_color(1, $af8)
|
||||
|
||||
cx16.set_rasterirq(&irq, 340) ; time it so that the page flip occurs near the bottom of the screen to avoid tearing
|
||||
cx16.set_rasterirq(&irq, 340) ; time it so that the page flip at the end occurs near the bottom of the screen to avoid tearing
|
||||
|
||||
repeat {
|
||||
; don't exit
|
||||
|
Loading…
Reference in New Issue
Block a user