mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
prelaunch for Alien Lander
This commit is contained in:
parent
e22b474120
commit
17bedb0607
23
src/prelaunch/alien.lander.a
Normal file
23
src/prelaunch/alien.lander.a
Normal file
@ -0,0 +1,23 @@
|
||||
;license:MIT
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ALIEN.LANDER",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $85D
|
||||
jsr $800 ; load "DOS"
|
||||
lda #$4C
|
||||
sta $307
|
||||
sta $329
|
||||
jsr $300 ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jsr $800
|
||||
+ENABLE_ACCEL
|
||||
jsr $30D ; decompress
|
||||
+DISABLE_ACCEL
|
||||
jmp $209
|
Loading…
Reference in New Issue
Block a user