mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-29 22:29:51 +00:00
20 lines
346 B
Plaintext
20 lines
346 B
Plaintext
|
;license:MIT
|
||
|
;(c) 2021 by qkumba
|
||
|
|
||
|
!cpu 6502
|
||
|
!to "build/PRELAUNCH.INDEXED/STAR.AVENGER",plain
|
||
|
*=$106
|
||
|
|
||
|
!source "src/prelaunch/common.a"
|
||
|
|
||
|
+ENABLE_ACCEL
|
||
|
lda #$60
|
||
|
sta $82D
|
||
|
jsr $800 ; decompress
|
||
|
+DISABLE_ACCEL
|
||
|
jmp $A111
|
||
|
|
||
|
!if * > $1C0 {
|
||
|
!error "code is too large, ends at ", *
|
||
|
}
|