add early exit to Gremlins demo

This commit is contained in:
Peter Ferrie 2022-05-27 20:09:09 -07:00
parent be9e900e66
commit fe39aade57
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -22,7 +22,10 @@
jsr $0800 ; decompress jsr $0800 ; decompress
+DISABLE_ACCEL +DISABLE_ACCEL
jsr $830 ; check key jsr $830 ; check key
ldx #0 bit $C000
bpl +
jmp $100
+ ldx #0
stx $5219 ; exit keycheck sooner stx $5219 ; exit keycheck sooner
lda #$4C lda #$4C
sta $51F2 sta $51F2