4cade/src/prelaunch/time.pilot.a

24 lines
456 B
Plaintext
Raw Permalink Normal View History

2022-05-19 04:42:49 +00:00
;license:MIT
;(c) 2022 by qkumba
!cpu 6502
!to "build/PRELAUNCH.INDEXED/TIME.PILOT",plain
*=$106
!source "src/macros.a"
2022-05-19 04:42:49 +00:00
lda #$60
sta $47CD
jsr $472D ; decompress
2024-05-30 04:12:00 +00:00
+NEW_RESET_VECTOR $138
2022-05-19 04:42:49 +00:00
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
dec $A5E ; patch - don't decrease lives
+
jmp $D566
!if * > $1C0 {
!error "code is too large, ends at ", *
}