fix Starblazer cheat

This commit is contained in:
Peter Ferrie 2022-06-02 15:02:02 -07:00
parent 6b703323c0
commit 5ffb43cf4c
2 changed files with 4 additions and 4 deletions

View File

@ -377,7 +377,7 @@
0001,STAR.MAZE=Star Maze
0001,STAR.THIEF=Star Thief
1001,STARBALL=Starball
1001,STARBLASTER=Starblaster
1004,STARBLASTER=Starblaster
1003,STARGATE=Stargate
1006,STARGLIDER=Starglider
1000,STARMINES=Starmines

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020, 2022 by qkumba
!cpu 6502
!to "build/PRELAUNCH.INDEXED/STAR.BLAZER",plain
@ -20,8 +20,8 @@
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
dec $F5C ; patch - don't decrease lives
dec $F6B ; patch - don't increase lives
lda #$EB
sta $FA0 ; patch - don't decrease lives or fuel
+
+DISABLE_ACCEL
jmp ($20)