4cade/src/prelaunch/bouncing.kmngas.a

22 lines
401 B
Plaintext
Raw Permalink Normal View History

2019-09-17 23:33:39 +00:00
;license:MIT
;(c) 2019-2021 by 4am/qkumba
2019-09-17 23:33:39 +00:00
!cpu 6502
!to "build/PRELAUNCH.INDEXED/BK",plain
2019-09-17 23:33:39 +00:00
*=$106
!source "src/macros.a"
2019-09-17 23:33:39 +00:00
+READ_RAM2_WRITE_RAM2
jsr EnableAccelerator
+LOAD_FILE_AT kamungas_mb, $200
+READ_ROM_NO_WRITE
jmp $200
kamungas_mb
2024-05-25 21:59:16 +00:00
+PSTRING "PRELAUNCH/KAMUNGAS.MB"
2019-12-13 05:51:54 +00:00
!if * > $1C0 {
!error "code is too large, ends at ", *
}