fix Bop N Wrestle & Hardball reset (#232)

* fix Bop N Wrestle reset

* fix Hardball reset
This commit is contained in:
frankmilliron 2020-06-02 11:19:06 -07:00 committed by GitHub
parent e96fbebb51
commit ce007403b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/HARDBALL",plain
@ -14,6 +14,7 @@
jsr DisableAccelerator
jsr $A001
+RESET_VECTOR $100
+LC_REBOOT
jmp $9FE9