GUI: re-enable ES5506

This commit is contained in:
tildearrow 2023-02-11 18:35:36 -05:00
parent d12d62721a
commit 17a8362e8e
2 changed files with 2 additions and 6 deletions

View file

@ -2012,13 +2012,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_X1_010, 1.0f, 0, "clockSel=1")
}
);
/*
ENTRY(
"Sammy/Seta/Visco SSV", {
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
}
);
*/
ENTRY(
"Cave 68000", {
CH(DIV_SYSTEM_YMZ280B, 1.0f, 0, "")
@ -2431,13 +2429,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0, "")
}
);
/*
ENTRY(
"Ensoniq ES5506 (OTTO)", {
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
}
);
*/
CATEGORY_END;
CATEGORY_BEGIN("Wavetable","chips which use user-specified waveforms to generate sound.");