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
+1 -1
View File
@@ -760,7 +760,7 @@ quit
ini main
; ---
opt l-
;opt l- ; this stops the listing
.MACRO SPRITES
missiles
+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
+1 -1
View File
@@ -182,7 +182,7 @@ FirstZpageVariable = $59
_atari = $fd ; not used in 5200
_none = $0f
.ende */
.ende
.ELSE
icl 'lib/ATARISYS.ASM'
icl 'lib/MACRO.ASM'
BIN
View File
Binary file not shown.