mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-14 12:34:07 +00:00
Fix Death Sword reset (#592)
This commit is contained in:
parent
45eb343eba
commit
33ba5469bd
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2024 by qkumba
|
;(c) 2024 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH.INDEXED/DEATH.SWORD",plain
|
!to "build/PRELAUNCH.INDEXED/DEATH.SWORD",plain
|
||||||
@ -8,7 +8,7 @@
|
|||||||
!source "src/macros.a"
|
!source "src/macros.a"
|
||||||
|
|
||||||
+ENABLE_ACCEL
|
+ENABLE_ACCEL
|
||||||
+NEW_RESET_VECTOR $300
|
+NEW_RESET_VECTOR_64K $300
|
||||||
lda #$8b
|
lda #$8b
|
||||||
sta $bf0e ; disable ROM mapping
|
sta $bf0e ; disable ROM mapping
|
||||||
lda #$60
|
lda #$60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user