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.MAZE=Star Maze
0001,STAR.THIEF=Star Thief 0001,STAR.THIEF=Star Thief
1001,STARBALL=Starball 1001,STARBALL=Starball
1001,STARBLASTER=Starblaster 1004,STARBLASTER=Starblaster
1003,STARGATE=Stargate 1003,STARGATE=Stargate
1006,STARGLIDER=Starglider 1006,STARGLIDER=Starglider
1000,STARMINES=Starmines 1000,STARMINES=Starmines

View File

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