mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
fix Phantoms Five reset vector
This commit is contained in:
parent
b0f5db241a
commit
45da45a0d2
15
src/prelaunch/phantoms.five.a
Normal file
15
src/prelaunch/phantoms.five.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/PHANTOMS.FIVE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+NEW_RESET_VECTOR $340
|
||||
jmp $26B2
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user