Ported Roland CM-32L emulation from the branches of PCem/WX.

This commit is contained in:
OBattler
2017-07-15 18:37:06 +02:00
parent aff10b7490
commit ef151cbcca
7 changed files with 271 additions and 138 deletions

View File

@@ -26,6 +26,7 @@ static MIDI_DEVICE devices[] =
{"None", "none", NULL},
{SYSTEM_MIDI_NAME, SYSTEM_MIDI_INTERNAL_NAME, &system_midi_device},
{"Roland MT-32 Emulation", "mt32", &mt32_device},
{"Roland CM-32L Emulation", "cm32l", &cm32l_device},
{"", "", NULL}
};