mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 21:35:16 +02:00
Second fire (shift) on 5200
Thanks RB5200!
This commit is contained in:
+5
-1
@@ -1457,7 +1457,11 @@ EndOfCreditsVBI
|
|||||||
sta stick0
|
sta stick0
|
||||||
|
|
||||||
ldx JoystickNumber
|
ldx JoystickNumber
|
||||||
lda trig0,x
|
; check shift key (5200 second fire button)
|
||||||
|
lda SKSTAT
|
||||||
|
:3 lsr ; third bit
|
||||||
|
and trig0,x ; and first button
|
||||||
|
;lda trig0,x
|
||||||
sta strig0 ;Move hardware to shadow
|
sta strig0 ;Move hardware to shadow
|
||||||
|
|
||||||
mva chbas chbase
|
mva chbas chbase
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user