mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-06 02:30:06 +00:00
22 lines
409 B
Plaintext
Executable File
22 lines
409 B
Plaintext
Executable File
;license:MIT
|
|
;(c) 2019, 2022 by Frank M., qkumba
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH.INDEXED/CG",plain
|
|
*=$106
|
|
|
|
!source "src/macros.a"
|
|
|
|
+READ_RAM2_WRITE_RAM2
|
|
jsr EnableAccelerator
|
|
+LOAD_FILE_AT goodnight_cheat, $0300
|
|
+READ_ROM_NO_WRITE
|
|
jmp $300
|
|
|
|
goodnight_cheat
|
|
+PSTRING "PRELAUNCH/CG.CHEAT"
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|