update Manic Miner to v1.1

This commit is contained in:
Peter Ferrie 2021-07-15 11:00:48 -07:00
parent c43d9bd3c8
commit acdf315b8c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020-2021 by qkumba
!cpu 6502
!to "build/PRELAUNCH/MANIC.MINER",plain
@ -9,14 +9,14 @@
+ENABLE_ACCEL
lda #$60
sta $82A
sta $83E
jsr $800 ; decompress
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
lda #$a5
sta $7C5A ; patch - don't decrease lives
sta $87FE ; patch - don't decrease lives
+
+DISABLE_ACCEL
jmp $6000