mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-10 08:31:12 +00:00
21 lines
347 B
Plaintext
21 lines
347 B
Plaintext
;license:MIT
|
|
;(c) 2020 by qkumba
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH.INDEXED/DOGFIGHT.II",plain
|
|
*=$106
|
|
|
|
!source "src/prelaunch/common.a"
|
|
|
|
+ENABLE_ACCEL
|
|
lda #$60
|
|
sta $4E52
|
|
jsr $800 ; decompress
|
|
|
|
+DISABLE_ACCEL
|
|
jmp $563A
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|