fix Saracen reset (#137)

* fix Saracen reset

* reboot The Heist
This commit is contained in:
frankmilliron 2020-03-19 08:55:50 -07:00 committed by GitHub
parent 126239c2d0
commit c5f1754b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/SARACEN",plain
@ -25,6 +25,7 @@ callback
dec $8A5 ; patch - don't decrease lives
dec $8DE ; patch - don't decrease lives
+
+RESET_VECTOR $100
+DISABLE_ACCEL
jmp $400

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/THE.HEIST",plain
@ -20,6 +20,7 @@ callback
beq +
dec $A47 ; patch - don't decrease lives
+
inc #3F4 ; reboot
+DISABLE_ACCEL
jmp $A05