mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 21:33:34 +00:00
Radwarrior reset vector
This commit is contained in:
parent
15e7897491
commit
9233e6c204
15
src/prelaunch/radwarrior.a
Normal file
15
src/prelaunch/radwarrior.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/RADWARRIOR",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+RESET_VECTOR $FAA6
|
||||
jmp $3FD7
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user