Call init code for DSP-2,3,4

This commit is contained in:
pagefault
2003-07-23 18:02:56 +00:00
parent c76bd9b367
commit 6faa2a354a

View File

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