mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-15 22:13:05 +00:00
147cc25b79
* rename 'last.ninja.a' to 'the.last.ninja.a' * fix a bunch of 128k game reset vectors 8 more that are more complicated to come.
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
;license:MIT
|
|
;(c) 2020 by Frank M.
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH/INDIANA.JONES",plain
|
|
*=$106
|
|
|
|
!source "src/prelaunch/common.a"
|
|
|
|
inc $3F4 ; force reboot
|
|
jmp $2000
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|