4cade/src/prelaunch/borg.a

27 lines
567 B
Plaintext
Raw Permalink Normal View History

2020-04-30 01:00:17 +00:00
;license:MIT
;(c) 2020 by qkumba, Frank M.
2020-04-30 01:00:17 +00:00
!cpu 6502
!to "build/PRELAUNCH.INDEXED/BORG",plain
2020-04-30 01:00:17 +00:00
*=$106
!source "src/macros.a"
2020-04-30 01:00:17 +00:00
;+ENABLE_ACCEL ; can't because of animation
2020-04-30 01:00:17 +00:00
lda #$60
sta $609E
jsr $6000 ; decompress and show animation
2020-04-30 01:00:17 +00:00
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
lda #$ad
sta $11E4 ; patch - don't decrease lives
+
inc $C9 ; must be non-zero
jmp $EB0
!if * > $1C0 {
!error "code is too large, ends at ", *
}