4cade/src/prelaunch/borg.a

27 lines
577 B
Plaintext

;license:MIT
;(c) 2020 by qkumba, Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/BORG",plain
*=$106
!source "src/prelaunch/common.a"
;+ENABLE_ACCEL ; can't because of animation
lda #$60
sta $609E
jsr $6000 ; decompress and show animation
+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 ", *
}