mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
New Lazy Darwin (with problems on 5200)
This commit is contained in:
-11
@@ -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!!!
|
||||
|
||||
Reference in New Issue
Block a user