diff --git a/scorch.asm b/scorch.asm index 7c5c601..eed14d5 100644 --- a/scorch.asm +++ b/scorch.asm @@ -1457,7 +1457,11 @@ EndOfCreditsVBI sta stick0 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 mva chbas chbase diff --git a/scorch.bin b/scorch.bin index aff0117..c478ec6 100644 Binary files a/scorch.bin and b/scorch.bin differ