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

View File

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