From 5ba79a9d71f79bcc583bab6e840005ee0498c2aa Mon Sep 17 00:00:00 2001 From: cam900 Date: Thu, 15 Dec 2022 21:21:52 +0900 Subject: [PATCH] Fix naming, Add M92/M107 preset --- src/gui/presets.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 8a708b6ca..29c64f424 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.");