fix Beach Head reset (#183)

This commit is contained in:
frankmilliron 2020-05-05 18:44:43 -07:00 committed by GitHub
parent 3465e771b1
commit 822ad3b4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2020 by qkumba
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/BEACH.HEAD",plain
@ -12,6 +12,7 @@
sta $887
jsr $800 ; decompress
+NEW_RESET_VECTOR $BFF0
+DISABLE_ACCEL
jmp $8000