mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-09 15:38:40 +00:00
fix Vindicator level 5+
This commit is contained in:
parent
6ce50603c6
commit
168f90a16e
@ -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
|
||||
|
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user