Initalization code for racing game that sucks because it doesn't have a gun on the roof

This commit is contained in:
pagefault
2003-10-04 22:13:58 +00:00
parent 598281f32c
commit 0c6b042c74

View File

@@ -116,7 +116,7 @@ EXTSYM loadstate2
%ifdef __LINUX__ %ifdef __LINUX__
EXTSYM LoadDir, popdir, pushdir EXTSYM LoadDir, popdir, pushdir
%endif %endif
;EXTSYM InitDSP4
NEWSYM InitAsmStart NEWSYM InitAsmStart
@@ -5953,8 +5953,9 @@ NEWSYM CheckROMType
je .initdsp je .initdsp
cmp byte[DSP3Enable],1 cmp byte[DSP3Enable],1
je .initdsp je .initdsp
cmp byte[DSP4Enable],1 cmp byte[DSP4Enable],0
je .initdsp je .notDSP1Hi
; call InitDSP4
jmp .notDSP1Hi jmp .notDSP1Hi
.initdsp .initdsp
call InitDSP call InitDSP