mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
@@ -760,7 +760,7 @@ quit
|
|||||||
ini main
|
ini main
|
||||||
; ---
|
; ---
|
||||||
|
|
||||||
;opt l- ; this stops the listing
|
opt l-
|
||||||
|
|
||||||
.MACRO SPRITES
|
.MACRO SPRITES
|
||||||
missiles
|
missiles
|
||||||
|
|||||||
+1
-8
@@ -74,14 +74,7 @@
|
|||||||
|
|
||||||
.ENDM
|
.ENDM
|
||||||
;-------------------------------------
|
;-------------------------------------
|
||||||
.macro wait
|
.MACRO WAIT
|
||||||
bit VCOUNT
|
|
||||||
bmi *-3
|
|
||||||
bit VCOUNT
|
|
||||||
bpl *-3
|
|
||||||
.endm
|
|
||||||
;-------------------------------------
|
|
||||||
.MACRO WAITer
|
|
||||||
; WAIT
|
; WAIT
|
||||||
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
|
; waits one frame (1/50 s(PAL) or 1/60s(NTSC))
|
||||||
?ze LDA VCOUNT
|
?ze LDA VCOUNT
|
||||||
|
|||||||
+1
-1
@@ -182,7 +182,7 @@ FirstZpageVariable = $59
|
|||||||
_atari = $fd ; not used in 5200
|
_atari = $fd ; not used in 5200
|
||||||
_none = $0f
|
_none = $0f
|
||||||
|
|
||||||
.ende
|
.ende */
|
||||||
.ELSE
|
.ELSE
|
||||||
icl 'lib/ATARISYS.ASM'
|
icl 'lib/ATARISYS.ASM'
|
||||||
icl 'lib/MACRO.ASM'
|
icl 'lib/MACRO.ASM'
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user