New Lazy Darwin (with problems on 5200)

This commit is contained in:
Pecusx
2022-12-16 15:20:10 +01:00
parent 87f7e7eafa
commit cf61f5075f
8 changed files with 9 additions and 14 deletions
-11
View File
@@ -1232,10 +1232,6 @@ jumpFromStick
jeq pressedM
cmp #@kbcode._S ; $3e ; S
jeq pressedS
.IF TARGET = 800
cmp #34 ; dot key :)
jeq pressedDot
.ENDIF
jmp notpressed
checkJoy
;------------JOY-------------
@@ -1451,13 +1447,6 @@ pressedS
jsr WaitForKeyRelease
jmp BeforeFire
pressedDot
lda TestFlightFlag
eor #%10000000
sta TestFlightFlag
jsr WaitForKeyRelease
jmp BeforeFire
pressedSpace
;=================================
;we shoot here!!!