From 0c6b042c74c082b80c3f82f980cb853f415af5a8 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 4 Oct 2003 22:13:58 +0000 Subject: [PATCH] Initalization code for racing game that sucks because it doesn't have a gun on the roof --- zsnes/src/init.asm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 4b818220..0a355838 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -116,7 +116,7 @@ EXTSYM loadstate2 %ifdef __LINUX__ EXTSYM LoadDir, popdir, pushdir %endif - +;EXTSYM InitDSP4 NEWSYM InitAsmStart @@ -5953,8 +5953,9 @@ NEWSYM CheckROMType je .initdsp cmp byte[DSP3Enable],1 je .initdsp - cmp byte[DSP4Enable],1 - je .initdsp + cmp byte[DSP4Enable],0 + je .notDSP1Hi +; call InitDSP4 jmp .notDSP1Hi .initdsp call InitDSP