4cade/src/prelaunch/falcons.a

31 lines
631 B
Plaintext
Raw Normal View History

2019-09-16 02:10:09 +00:00
;license:MIT
2020-05-11 16:27:27 +00:00
;(c) 2019-2020 by qkumba
2019-09-16 02:10:09 +00:00
!cpu 6502
!to "build/PRELAUNCH.INDEXED/FALCONS",plain
2019-09-16 02:10:09 +00:00
*=$106
!source "src/prelaunch/common.a"
lda #$60
2020-05-11 16:27:27 +00:00
sta $3f0b
jsr $3eba ; decompress
lda ROM_MACHINEID
ldx #$CA
stx $944F
inx
stx $9457
inx
stx $9453
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
2021-01-11 23:17:57 +00:00
dec $9d19 ; patch - don't decrease lives
dec $9d06 ; patch - don't decrease lives
+
jmp $6000
2019-12-13 05:51:54 +00:00
!if * > $1C0 {
!error "code is too large, ends at ", *
}