mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-01 00:29:57 +00:00
fix Torpedo Terror reset (#456)
This commit is contained in:
parent
937d972cdc
commit
49795496d5
@ -1,5 +1,5 @@
|
|||||||
;license:MIT
|
;license:MIT
|
||||||
;(c) 2022 by qkumba
|
;(c) 2022 by qkumba/Frank M.
|
||||||
|
|
||||||
!cpu 6502
|
!cpu 6502
|
||||||
!to "build/PRELAUNCH.INDEXED/TORPEDO.TERROR",plain
|
!to "build/PRELAUNCH.INDEXED/TORPEDO.TERROR",plain
|
||||||
@ -13,6 +13,8 @@
|
|||||||
sta $7A28
|
sta $7A28
|
||||||
jsr $3FD4 ; decompress
|
jsr $3FD4 ; decompress
|
||||||
|
|
||||||
|
+NEW_RESET_VECTOR $280
|
||||||
|
|
||||||
+DISABLE_ACCEL
|
+DISABLE_ACCEL
|
||||||
|
|
||||||
jmp $D566
|
jmp $D566
|
||||||
|
Loading…
Reference in New Issue
Block a user