4cade/src/prelaunch/platoon.a
frankmilliron 147cc25b79
fix a bunch of 128k game reset vectors (#252)
* 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.
2020-06-08 08:28:43 -04:00

16 lines
250 B
Plaintext

;license:MIT
;(c) 2020 by Frank M.
!cpu 6502
!to "build/PRELAUNCH/PLATOON",plain
*=$106
!source "src/prelaunch/common.a"
inc $3F4 ; force reboot
jmp $1000
!if * > $1C0 {
!error "code is too large, ends at ", *
}