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

25 lines
499 B
Plaintext
Executable File

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