mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-03 05:32:00 +00:00
add early exit to Gremlins demo
This commit is contained in:
parent
be9e900e66
commit
fe39aade57
Binary file not shown.
@ -22,7 +22,10 @@
|
||||
jsr $0800 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jsr $830 ; check key
|
||||
ldx #0
|
||||
bit $C000
|
||||
bpl +
|
||||
jmp $100
|
||||
+ ldx #0
|
||||
stx $5219 ; exit keycheck sooner
|
||||
lda #$4C
|
||||
sta $51F2
|
||||
|
Loading…
x
Reference in New Issue
Block a user