Initalization code for racing game that sucks because it doesn't have a gun on the roof
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user