4cade/src/prelaunch/cubit.a

17 lines
361 B
Plaintext
Raw Normal View History

2019-09-17 02:15:37 +00:00
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/CUBIT",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $0818
jsr $0800 ; decompress
lda #$AD
sta $4292 ; patch - don't decrease lives
sta $7C1F ; patch - don't increase lives
jmp $4000