4cade/src/prelaunch/crossfire.a

26 lines
551 B
Plaintext
Raw Normal View History

2019-09-18 22:35:31 +00:00
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/CROSSFIRE",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
2019-09-18 22:35:31 +00:00
lda #$60
sta $6240
jsr $6230 ; phase 1
lda #$60
sta $85AE ; phase 2
jsr $85A4
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
2019-10-06 14:39:59 +00:00
; lives in $4C1F
2019-09-18 22:35:31 +00:00
lda #$00
sta $4786 ; patch - don't decrease lives
+
+DISABLE_ACCEL
2019-09-18 22:35:31 +00:00
jmp $4000