Fix Escape! & Vortex reset vectors (#377)

This commit is contained in:
frankmilliron 2021-07-19 13:53:59 -07:00 committed by GitHub
parent 1fba7c9b68
commit fb6dbe8a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

16
src/prelaunch/escape.a Normal file
View 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 ", *
}

View File

@ -14,7 +14,7 @@
sta $407E+2
jmp $4000 ; decompress2
hook +RESET_VECTOR $100
hook +NEW_RESET_VECTOR $BFF0
+DISABLE_ACCEL
jmp $D566