mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 04:30:18 +00:00
fix Microwave reset (#198)
This commit is contained in:
parent
7cd3f98975
commit
979b506db2
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
;(c) 2020 by qkumba/Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/MICROWAVE",plain
|
||||
@ -22,6 +22,7 @@ callback
|
||||
sta $8EB ; patch - don't increase lives
|
||||
sta $C41 ; patch - don't decrease lives
|
||||
+
|
||||
+RESET_VECTOR $100
|
||||
+DISABLE_ACCEL
|
||||
lda #0
|
||||
jmp $8974
|
||||
|
Loading…
x
Reference in New Issue
Block a user