MPU-401 is now initialized in the correct mode (specified in configuration file / Settings dialog) and intelligent mode works properly, tested with Princess Maker 2 in both MIDI (MT-32) and General MIDI modes.
This commit is contained in:
@@ -1007,7 +1007,7 @@ static device_config_t sb_16_config[] =
|
||||
"midi", "MIDI out device", CONFIG_MIDI, "", 0
|
||||
},
|
||||
{
|
||||
"mode", "MPU-401 mode", CONFIG_SELECTION, "", 1,
|
||||
"mode401", "MPU-401 mode", CONFIG_SELECTION, "", 1,
|
||||
{
|
||||
{
|
||||
"UART", M_UART
|
||||
@@ -1145,7 +1145,7 @@ static device_config_t sb_awe32_config[] =
|
||||
"midi", "MIDI out device", CONFIG_MIDI, "", 0
|
||||
},
|
||||
{
|
||||
"mode", "MPU-401 mode", CONFIG_SELECTION, "", 1,
|
||||
"mode401", "MPU-401 mode", CONFIG_SELECTION, "", 1,
|
||||
{
|
||||
{
|
||||
"UART", M_UART
|
||||
|
||||
Reference in New Issue
Block a user