minor fixes

This commit is contained in:
2023-01-22 23:03:10 -05:00
parent 41094db7dd
commit b7560ab6d9
4 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -74,7 +74,14 @@
.ENDM
;-------------------------------------
.MACRO WAIT
.macro wait
bit VCOUNT
bmi *-3
bit VCOUNT
bpl *-3
.endm
;-------------------------------------
.MACRO WAITer
; WAIT
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
?ze LDA VCOUNT