mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-21 00:31:52 +00:00
21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
;license:MIT
|
|
;(c) 2021 by qkumba
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH.INDEXED/STAR.CLONES",plain
|
|
*=$106
|
|
|
|
!source "src/macros.a"
|
|
|
|
+ENABLE_ACCEL
|
|
lda #$4C
|
|
sta $608F
|
|
jsr $53BE ; decompress
|
|
+DISABLE_ACCEL
|
|
lda #0
|
|
jmp $A2A7
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|