Moved the mpu401 init function under the soundblaster.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@700
This commit is contained in:
parent
4913f1ea13
commit
673d83519d
1 changed files with 1 additions and 2 deletions
|
@ -204,11 +204,10 @@ void DOSBOX_Init(void) {
|
|||
secprop->Add_bool("adlib",true);
|
||||
secprop->AddInitFunction(&CMS_Init);
|
||||
secprop->Add_bool("cms",false);
|
||||
secprop->AddInitFunction(&MPU401_Init);
|
||||
|
||||
secprop=control->AddSection_prop("gus",&GUS_Init);
|
||||
|
||||
secprop=control->AddSection_prop("gus",&MPU401_Init);
|
||||
|
||||
secprop=control->AddSection_prop("disney",&DISNEY_Init);
|
||||
secprop->Add_bool("enabled",true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue