GUI: MSM5232 preset

This commit is contained in:
tildearrow 2022-10-01 03:52:28 -05:00
parent 62f022eea0
commit c19357e7a4
1 changed files with 6 additions and 0 deletions

View File

@ -306,6 +306,12 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"OKI MSM5232", {
DIV_SYSTEM_MSM5232, 64, 0, 0,
0
}
));
sysCategories.push_back(cat);
cat=FurnaceGUISysCategory("Sample","chips/systems which use PCM or ADPCM samples for sound synthesis.");