add Spindizzy prelaunch

This commit is contained in:
Peter Ferrie 2020-04-26 10:14:27 -07:00
parent b23148318a
commit 1a3936819f

19
src/prelaunch/spindizzy.a Normal file
View 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 ", *
}