mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-03 23:33:31 +00:00
replace Cubit with alt. version
This commit is contained in:
parent
741f267882
commit
ee01085a42
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am/Frank M.
|
||||
;(c) 2021 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/CUBIT",plain
|
||||
@ -9,17 +9,19 @@
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $0818
|
||||
sta $0813
|
||||
jsr $0800 ; decompress
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$AD
|
||||
sta $4292 ; patch - don't decrease lives
|
||||
sta $7C1F ; patch - don't increase lives
|
||||
sta $428C ; patch - don't decrease lives
|
||||
sta $7B73 ; patch - don't increase lives
|
||||
+
|
||||
lda #1
|
||||
sta $406F ; reset vector patch
|
||||
ldx #0
|
||||
stx $4064
|
||||
inx
|
||||
stx $4069 ; reset vector patch
|
||||
|
||||
+DISABLE_ACCEL
|
||||
jmp $4000
|
||||
|
Loading…
x
Reference in New Issue
Block a user