4cade/src/prelaunch/plasmania.a

17 lines
313 B
Plaintext
Raw Normal View History

2019-12-15 03:15:27 +00:00
;license:MIT
2019-12-26 19:38:32 +00:00
;(c) 2019 by qkumba/Frank M.
2019-12-15 03:15:27 +00:00
!cpu 6502
!to "build/PRELAUNCH/PLASMANIA",plain
*=$106
!source "src/prelaunch/common.a"
+USES_TEXT_PAGE_2
2019-12-26 19:38:32 +00:00
+NEW_RESET_VECTOR $BFF0 ; overwrites $100 once game starts
2019-12-15 03:15:27 +00:00
jmp $800
!if * > $1C0 {
!error "code is too large, ends at ", *
}