Revert "minor fixes"

This reverts commit b7560ab6d9.
This commit is contained in:
Pecusx
2023-01-23 08:49:58 +01:00
parent b7560ab6d9
commit e9ff60210e
4 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -760,7 +760,7 @@ quit
ini main
; ---
;opt l- ; this stops the listing
opt l-
.MACRO SPRITES
missiles
+1 -8
View File
@@ -74,14 +74,7 @@
.ENDM
;-------------------------------------
.macro wait
bit VCOUNT
bmi *-3
bit VCOUNT
bpl *-3
.endm
;-------------------------------------
.MACRO WAITer
.MACRO WAIT
; 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.