mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-27 12:30:30 +00:00
Fix Escape! & Vortex reset vectors (#377)
This commit is contained in:
parent
1fba7c9b68
commit
fb6dbe8a68
16
src/prelaunch/escape.a
Normal file
16
src/prelaunch/escape.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by Frank M.
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ESCAPE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+NEW_RESET_VECTOR $BFF0
|
||||
|
||||
jmp $523E
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
sta $407E+2
|
||||
jmp $4000 ; decompress2
|
||||
|
||||
hook +RESET_VECTOR $100
|
||||
hook +NEW_RESET_VECTOR $BFF0
|
||||
+DISABLE_ACCEL
|
||||
jmp $D566
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user