diff --git a/Atari/interrupts.asm b/Atari/interrupts.asm index 1dd1ca1..36286bc 100644 --- a/Atari/interrupts.asm +++ b/Atari/interrupts.asm @@ -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 diff --git a/scorch.xex b/scorch.xex index 2d25970..f298da1 100644 Binary files a/scorch.xex and b/scorch.xex differ