4cade/src/prelaunch/plasmania.a
2020-01-08 17:02:14 -08:00

18 lines
356 B
Plaintext
Executable File

;license:MIT
;(c) 2019 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/PLASMANIA",plain
*=$106
!source "src/prelaunch/common.a"
+USES_TEXT_PAGE_2
inc $3f4 ; mismatch checksum to trigger reboot
; game overwrites LC during title
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}