fix Vindicator level 5+

This commit is contained in:
Peter Ferrie 2020-12-17 16:14:30 -08:00
parent 6ce50603c6
commit 168f90a16e
3 changed files with 10 additions and 3 deletions

View File

@ -321,7 +321,7 @@
0001,TWERPS
1001,UP.N.DOWN=Up'n Down
0110,VICTORY.ROAD
0000,VINDICATOR
0001,VINDICATOR
0000,WARP.DESTROYER
0001,WAVY.NAVY
0000,WAYOUT

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2019 by Frank M.
;(c) 2019-2020 by Frank M./qkumba
!cpu 6502
!to "build/PRELAUNCH/VINDICATOR",plain
@ -10,7 +10,7 @@
+ENABLE_ACCEL
lda #$60
sta $1867
jsr $181C ; decompress
jsr $180F ; decompress
+NEW_RESET_VECTOR $BFF0
lda #$F0
@ -22,6 +22,13 @@
sta $5B77 ; but fixes ][+ 80-col softswitch
sta $5B43 ; and //c+ coloring
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
lda #$AD
sta $5F31 ; patch - don't decrease lives
+
+DISABLE_ACCEL
jmp $4000