Second button in Joy B2+ works

This commit is contained in:
Pecusx
2023-05-31 09:08:35 +02:00
parent a759699523
commit 15f66500b8
8 changed files with 23 additions and 18 deletions
+5 -4
View File
@@ -1329,10 +1329,11 @@ checkJoy
lda joyToKeyTable,y
jmp jumpFromStick
notpressedJoy
;second fire
lda PADDL0
cmp #$e4
jne pressedTAB
.IF TARGET = 800
;second fire only Atari 800
jsr GetKey.Check2button
jcc pressedTAB
.ENDIF
;fire
lda STRIG0
jeq pressedSpace