4cade/src/prelaunch/bubble.bobble.a

23 lines
420 B
Plaintext
Raw Normal View History

2019-09-14 05:30:01 +00:00
;license:MIT
;(c) 2019 by qkumba
!cpu 6502
2019-09-15 02:57:52 +00:00
!to "build/PRELAUNCH/BUBBLE.BOBBLE",plain
*=$106
!source "src/prelaunch/common.a"
2019-09-14 05:30:01 +00:00
+ENABLE_ACCEL
lda #$60
sta $94d
jsr $800 ; decompress
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
lda #$b5
sta $82b0
sta $8324
+
+DISABLE_ACCEL
jmp $6000