4cade/src/prelaunch/apple.panic.a

23 lines
493 B
Plaintext
Raw Normal View History

2019-09-16 22:56:27 +00:00
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/APPLE.PANIC",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
2019-09-16 22:56:27 +00:00
lda #$60
sta $819D
jsr $3FF8 ; decompress
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
2019-09-16 22:56:27 +00:00
lda #$AD
sta $766C ; patch - don't decrease lives
sta $764E ; patch - don't increase lives
+
+DISABLE_ACCEL
2019-09-16 22:56:27 +00:00
jmp $4000