Fixed DSP init bug
This commit is contained in:
@@ -6195,13 +6195,15 @@ NEWSYM CheckROMType
|
|||||||
.endchpdtct
|
.endchpdtct
|
||||||
|
|
||||||
cmp byte[DSP1Enable],1
|
cmp byte[DSP1Enable],1
|
||||||
jne .notDSP1Hi
|
je .initdsp
|
||||||
cmp byte[DSP2Enable],1
|
cmp byte[DSP2Enable],1
|
||||||
jne .notDSP1Hi
|
je .initdsp
|
||||||
cmp byte[DSP3Enable],1
|
cmp byte[DSP3Enable],1
|
||||||
jne .notDSP1Hi
|
je .initdsp
|
||||||
cmp byte[DSP4Enable],1
|
cmp byte[DSP4Enable],1
|
||||||
jne .notDSP1Hi
|
je .initdsp
|
||||||
|
jmp .notDSP1Hi
|
||||||
|
.initdsp
|
||||||
call InitDSP
|
call InitDSP
|
||||||
mov byte[DSP1Type],1
|
mov byte[DSP1Type],1
|
||||||
cmp byte[romtype],2
|
cmp byte[romtype],2
|
||||||
|
|||||||
Reference in New Issue
Block a user