Lazy Boy works well with joystick (more testing needed)

This commit is contained in:
Pecusx
2022-12-16 18:11:35 +01:00
parent cf61f5075f
commit 6ec02ab3fc
3 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1136,6 +1136,7 @@ ContinueToCheckMaxForce2
; $f3 - shift+key ; $f3 - shift+key
notpressed notpressed
ldx TankNr ; for optimize
; Select and Option ; Select and Option
lda CONSOL lda CONSOL
tay tay
@@ -1206,7 +1207,6 @@ NoSpyHard
jsr WaitForKeyRelease jsr WaitForKeyRelease
jmp BeforeFire jmp BeforeFire
@ @
ldx TankNr ; for optimize
cmp #$80|@kbcode._up cmp #$80|@kbcode._up
jeq CTRLPressedUp jeq CTRLPressedUp
cmp #$80|@kbcode._down cmp #$80|@kbcode._down