4cade/src/prelaunch/captn.goodnight.a

25 lines
499 B
Plaintext
Raw Normal View History

2019-12-20 02:19:28 +00:00
;license:MIT
2022-05-07 04:57:43 +00:00
;(c) 2019, 2022 by Frank M., qkumba
2019-12-20 02:19:28 +00:00
!cpu 6502
!to "build/PRELAUNCH.INDEXED/CG",plain
2019-12-20 02:19:28 +00:00
*=$106
!source "src/prelaunch/common.a"
2022-05-07 04:57:43 +00:00
+READ_RAM2_WRITE_RAM2
jsr EnableAccelerator
+LOAD_FILE_AT goodnight_cheat, 0
+READ_ROM_NO_WRITE
jmp $300
2022-05-07 04:57:43 +00:00
goodnight_cheat
!byte goodnight_cheat_e-goodnight_cheat_b
goodnight_cheat_b
!text "PRELAUNCH/CG.CHEAT"
goodnight_cheat_e
2019-12-20 02:19:28 +00:00
!if * > $1C0 {
!error "code is too large, ends at ", *
}