Fix naming, Add M92/M107 preset

This commit is contained in:
cam900 2022-12-15 21:21:52 +09:00
parent be9a1a17f0
commit 5ba79a9d71
1 changed files with 7 additions and 1 deletions

View File

@ -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.");