mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Conditional compilation optimization.
This commit is contained in:
@@ -286,6 +286,8 @@ exit
|
|||||||
pla
|
pla
|
||||||
rti
|
rti
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
; ------ meteors plot/flight subroutine ------ start
|
||||||
|
.IF TARGET = 5200 .OR CART_VERSION = 1
|
||||||
GoMplot
|
GoMplot
|
||||||
lda Mpoint1Y,x
|
lda Mpoint1Y,x
|
||||||
cmp #64
|
cmp #64
|
||||||
@@ -297,7 +299,8 @@ GoMplot2
|
|||||||
inw Mpoint1X,x
|
inw Mpoint1X,x
|
||||||
jmp Explot
|
jmp Explot
|
||||||
@ rts
|
@ rts
|
||||||
|
.ENDIF
|
||||||
|
; ------ meteors plot/flight subroutine ------ end
|
||||||
.endp
|
.endp
|
||||||
.IF TARGET = 5200
|
.IF TARGET = 5200
|
||||||
.proc kb_continue
|
.proc kb_continue
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user