4cade/src/prelaunch/lunar.leepers.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

23 lines
371 B
Plaintext

;license:MIT
;(c) 2021 by Frank M.
!cpu 6502
!to "build/PRELAUNCH/LUNAR.LEEPERS",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $87D
jsr $800 ; decompress
+RESET_VECTOR $100
+DISABLE_ACCEL
jmp $6000
!if * > $1C0 {
!error "code is too large, ends at ", *
}