mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Second button in Joy B2+ works
This commit is contained in:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user