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:
OBattler
2017-05-10 22:52:11 +02:00
parent c165fdbaea
commit 619ad20cf3
2 changed files with 42 additions and 11 deletions

View File

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