prelaunch for Choplifter

This commit is contained in:
Peter Ferrie 2021-05-22 14:07:57 -07:00
parent 9e508ba4a6
commit 497ca8ae85

View File

@ -0,0 +1,15 @@
;license:MIT
;(c) 2021 by qkumba
!cpu 6502
!to "build/PRELAUNCH/CHOPLIFTER",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $403F
jsr $4000 ; decompress
+DISABLE_ACCEL
jmp $400