Conditional compilation optimization.

This commit is contained in:
Pecusx
2023-09-04 16:03:11 +02:00
parent 859441ead1
commit e18cede7d1
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -286,6 +286,8 @@ exit
pla
rti
.ENDIF
; ------ meteors plot/flight subroutine ------ start
.IF TARGET = 5200 .OR CART_VERSION = 1
GoMplot
lda Mpoint1Y,x
cmp #64
@@ -297,7 +299,8 @@ GoMplot2
inw Mpoint1X,x
jmp Explot
@ rts
.ENDIF
; ------ meteors plot/flight subroutine ------ end
.endp
.IF TARGET = 5200
.proc kb_continue
BIN
View File
Binary file not shown.