4cade/src/prelaunch/caverns.freitag.a
frankmilliron 7a7724130a
big bunch of reset fixes (#372)
* big bunch of reset fixes

* big bunch of reset fixes.
2021-03-10 22:29:50 -05:00

18 lines
290 B
Plaintext

;license:MIT
;(c) 2021 by Frank M.
!cpu 6502
!to "build/PRELAUNCH/CAVERNS.FREITAG",plain
*=$106
!source "src/prelaunch/common.a"
;+ENABLE_ACCEL ; shows title
+NEW_RESET_VECTOR $280
jmp $4000
!if * > $1C0 {
!error "code is too large, ends at ", *
}