Fix Death Sword reset (#592)

This commit is contained in:
frankmilliron 2024-06-12 10:13:38 -07:00 committed by GitHub
parent 45eb343eba
commit 33ba5469bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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