This commit is contained in:
Irmen de Jong 2021-04-01 19:10:55 +02:00
parent 3f30d3aa89
commit 2ff04d2abd
2 changed files with 3 additions and 5 deletions

View File

@ -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()
}
}

View File

@ -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