Second fire support #17

This commit is contained in:
Pecusx
2023-05-30 13:37:27 +02:00
parent 00adbc4cfc
commit a759699523
5 changed files with 26 additions and 3 deletions
+5 -1
View File
@@ -1238,7 +1238,7 @@ notpressed
lda kbcode
and #%10111111 ; SHIFT elimination
cmp #@kbcode._A ; $3f ; A
bne @+
callActivation
@@ -1329,6 +1329,10 @@ checkJoy
lda joyToKeyTable,y
jmp jumpFromStick
notpressedJoy
;second fire
lda PADDL0
cmp #$e4
jne pressedTAB
;fire
lda STRIG0
jeq pressedSpace