1
0
Fork 0

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:
Sjoerd van der Berg 2003-03-02 20:35:33 +00:00
parent 4913f1ea13
commit 673d83519d

View file

@ -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);