mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Meteors as compilation option
This commit is contained in:
@@ -143,7 +143,7 @@ lab2
|
||||
; ------- RMT -------
|
||||
SkipRMTVBL
|
||||
; ------ meteors ------ start
|
||||
.IF TARGET = 5200 .OR CART_VERSION = 1
|
||||
.IF METEORS = 1
|
||||
ldx #0
|
||||
bit Mcounter
|
||||
bpl MeteorOnSky
|
||||
@@ -287,7 +287,7 @@ exit
|
||||
rti
|
||||
.ENDIF
|
||||
; ------ meteors plot/flight subroutine ------ start
|
||||
.IF TARGET = 5200 .OR CART_VERSION = 1
|
||||
.IF METEORS = 1
|
||||
GoMplot
|
||||
lda Mpoint1Y,x
|
||||
cmp #64
|
||||
|
||||
Reference in New Issue
Block a user