diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 8a708b6c..29c64f42 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -1159,7 +1159,7 @@ void FurnaceGUI::initSystemPresets() { } ); ENTRY( - "Nanao GA20", { + "Irem GA20", { CH(DIV_SYSTEM_GA20, 64, 0, "") } ); @@ -2199,6 +2199,12 @@ void FurnaceGUI::initSystemPresets() { ) } ); + ENTRY( + "Irem M92/M107", { + CH(DIV_SYSTEM_YM2151, 64, 0, ""), + CH(DIV_SYSTEM_GA20, 64, 0, "") + } + ); CATEGORY_END; CATEGORY_BEGIN("DefleMask-compatible","these configurations are compatible with DefleMask.\nselect this if you need to save as .dmf or work with that program.");