Implemented Sound Blaster MIDI through the DSP (was surprisingly missing before). Native Windows 3.1 and NT Sound Blaster drivers can now use their DSP to drive the MIDI out.
Added MIDI out config to pre-SB16's for this new change.
This commit is contained in:
@@ -780,6 +780,9 @@ static device_config_t sb_config[] =
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"midi", "MIDI out device", CONFIG_MIDI, "", 0
|
||||
},
|
||||
{
|
||||
"", "", -1
|
||||
}
|
||||
@@ -818,6 +821,9 @@ static device_config_t sb_mcv_config[] =
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"midi", "MIDI out device", CONFIG_MIDI, "", 0
|
||||
},
|
||||
{
|
||||
"", "", -1
|
||||
}
|
||||
@@ -873,6 +879,9 @@ static device_config_t sb_pro_config[] =
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"midi", "MIDI out device", CONFIG_MIDI, "", 0
|
||||
},
|
||||
{
|
||||
"", "", -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user