From 673d83519d1a6edc36112a340a89fba1d3c5c06a Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 2 Mar 2003 20:35:33 +0000 Subject: [PATCH] Moved the mpu401 init function under the soundblaster. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@700 --- src/dosbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 005e6768..f6870d91 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -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);