mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-14 20:27:34 +00:00
Fix Death Sword reset (#592)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user