4cade/src/prelaunch/mating.zone.a

26 lines
493 B
Plaintext
Raw Normal View History

2020-03-24 02:24:10 +00:00
;license:MIT
;(c) 2020 by qkumba
!cpu 6502
!to "build/PRELAUNCH/MATING.ZONE",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60
sta $6B18
jsr $495E ; decompress
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
lda #$a5
sta $729F ; patch - don't decrease lives
+
+DISABLE_ACCEL
jmp $BF8
!if * > $1C0 {
!error "code is too large, ends at ", *
}