From 9130f78720972e627897367bf5401445a1fc44a2 Mon Sep 17 00:00:00 2001 From: freq-mod <32672779+freq-mod@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:49:32 +0200 Subject: [PATCH] TurboSoundFM doesnt allow internal AY either replaces or disables it due to port conflicts --- src/gui/presets.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 14e2f5ce2..6c5e7bbc9 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -1173,56 +1173,48 @@ void FurnaceGUI::initSystemPresets() { ); SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=1") } ); SUB_SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM (extended channel 3 on first OPN)"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_EXT, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=1") } ); SUB_SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM (extended channel 3 on second OPN)"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_EXT, 1.0f, 0, "clockSel=1") } ); SUB_SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM (extended channel 3 on both OPNs)"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_EXT, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_EXT, 1.0f, 0, "clockSel=1") } ); SUB_SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM (CSM on first OPN)"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_CSM, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=1") } ); SUB_SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM (CSM on second OPN)"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_CSM, 1.0f, 0, "clockSel=1") } ); SUB_SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound FM (CSM on both OPNs)"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_CSM, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_YM2203_CSM, 1.0f, 0, "clockSel=1") } ); SUB_ENTRY( _("ZX Spectrum (128K) with TurboSound"), { - CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1"), // or YM2149 CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=1") // or YM2149 }