mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-30 13:33:18 +00:00
add Spindizzy prelaunch
This commit is contained in:
parent
b23148318a
commit
1a3936819f
19
src/prelaunch/spindizzy.a
Normal file
19
src/prelaunch/spindizzy.a
Normal file
@ -0,0 +1,19 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/SPINDIZZY",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $855
|
||||
jsr $800 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jmp $9300
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user