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

23 lines
420 B
Plaintext

;license:MIT
;(c) 2019 by qkumba
!cpu 6502
!to "build/PRELAUNCH/BUBBLE.BOBBLE",plain
*=$106
!source "src/prelaunch/common.a"
+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