diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 54a2476c3..818318c81 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -534,6 +534,22 @@ void FurnaceGUI::initSystemPresets() { CH(DIV_SYSTEM_YM2151, 64, 0, "clockSel=2") // external; 4.0000MHz } ); + ENTRY( + "NEC PC-8801FA (with PC-8801-10)", { + CH(DIV_SYSTEM_PCSPKR, 64, 0, "clockSel=1"), + CH(DIV_SYSTEM_PC98, 64, 0, "clockSel=4"), // internal + CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=15"), // external + CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=15") // "" + } + ); + ENTRY( + "NEC PC-8801FA (with PC-8801-10; extended channel 3)", { + CH(DIV_SYSTEM_PCSPKR, 64, 0, "clockSel=1"), + CH(DIV_SYSTEM_PC98_EXT, 64, 0, "clockSel=4"), // internal + CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=15"), // external + CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=15") // "" + } + ); ENTRY( "NEC PC-8801FA (with PC-8801-11)", { CH(DIV_SYSTEM_PCSPKR, 64, 0, "clockSel=1"),