Fixed DSP init bug

This commit is contained in:
pagefault
2003-07-23 18:21:17 +00:00
parent 6faa2a354a
commit 5a55e49d31

View File

@@ -6195,13 +6195,15 @@ NEWSYM CheckROMType
.endchpdtct
cmp byte[DSP1Enable],1
jne .notDSP1Hi
je .initdsp
cmp byte[DSP2Enable],1
jne .notDSP1Hi
je .initdsp
cmp byte[DSP3Enable],1
jne .notDSP1Hi
je .initdsp
cmp byte[DSP4Enable],1
jne .notDSP1Hi
je .initdsp
jmp .notDSP1Hi
.initdsp
call InitDSP
mov byte[DSP1Type],1
cmp byte[romtype],2