fix Torpedo Terror reset (#456)

This commit is contained in:
frankmilliron 2022-02-27 15:09:31 -08:00 committed by GitHub
parent 937d972cdc
commit 49795496d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2022 by qkumba
;(c) 2022 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH.INDEXED/TORPEDO.TERROR",plain
@ -13,6 +13,8 @@
sta $7A28
jsr $3FD4 ; decompress
+NEW_RESET_VECTOR $280
+DISABLE_ACCEL
jmp $D566