speed up when [START] #73

This commit is contained in:
2022-05-22 09:39:17 -04:00
parent 5e476eb742
commit 491dc2861c
4 changed files with 31 additions and 21 deletions
+4
View File
@@ -76,6 +76,9 @@
.MACRO WAIT
; WAIT
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
lda CONSOL
cmp #6 ; START KEY
beq ?nowait
LDA VCOUNT
ldy vcount
?WA cpy VCOUNT
@@ -83,6 +86,7 @@
?wframe
cmp vcount
bne ?wframe
?nowait
.ENDM
;-------------------------------------
.macro negw