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