mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-09 16:25:02 +00:00
add early exit to Gremlins demo
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user