mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 19:31:55 +00:00
fix Lock N Chase reset (#302)
This commit is contained in:
parent
340068441b
commit
48532addcb
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2020 by qkumba
|
;(c) 2020 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH/LOCK.N.CHASE",plain
|
!to "build/PRELAUNCH/LOCK.N.CHASE",plain
|
||||||
@ -24,6 +24,12 @@
|
|||||||
sta $11C0 ; patch - don't increase lives
|
sta $11C0 ; patch - don't increase lives
|
||||||
sta $1595 ; patch - don't decrease lives
|
sta $1595 ; patch - don't decrease lives
|
||||||
+
|
+
|
||||||
|
lda #1
|
||||||
|
sta $6F01
|
||||||
|
sta $6F0B
|
||||||
|
lda #0
|
||||||
|
sta $6F06 ; fix reset vector
|
||||||
|
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
jmp $800
|
jmp $800
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user