mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
minor fixes
This commit is contained in:
@@ -760,7 +760,7 @@ quit
|
||||
ini main
|
||||
; ---
|
||||
|
||||
opt l-
|
||||
;opt l- ; this stops the listing
|
||||
|
||||
.MACRO SPRITES
|
||||
missiles
|
||||
|
||||
+8
-1
@@ -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
@@ -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
Binary file not shown.
Reference in New Issue
Block a user