GUI: add YM2414 to system presets

This commit is contained in:
tildearrow 2022-04-12 16:12:32 -05:00
parent 8702effbb9
commit 25c5c97c47
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Yamaha YM2414", {
DIV_SYSTEM_OPZ, 64, 0, 0,
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Yamaha YM3526", {
DIV_SYSTEM_OPL, 64, 0, 0,