mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 03:29:59 +00:00
prelaunch for Choplifter
This commit is contained in:
parent
9e508ba4a6
commit
497ca8ae85
15
src/prelaunch/choplifter.a
Normal file
15
src/prelaunch/choplifter.a
Normal 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
|
Loading…
Reference in New Issue
Block a user