From badd13e854e5b4fd5549cbb8e69d15da739b76ef Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 7 Feb 2023 10:14:06 +0900 Subject: [PATCH] forgot this --- src/gui/guiConst.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/guiConst.cpp b/src/gui/guiConst.cpp index 0735df06..be157377 100644 --- a/src/gui/guiConst.cpp +++ b/src/gui/guiConst.cpp @@ -984,7 +984,7 @@ const int availableSystems[]={ DIV_SYSTEM_VRC6, DIV_SYSTEM_FDS, DIV_SYSTEM_MMC5, - DIV_SYSTEM_ES5506, +// DIV_SYSTEM_ES5506, DIV_SYSTEM_SCC, DIV_SYSTEM_SCC_PLUS, DIV_SYSTEM_YMZ280B, @@ -1102,7 +1102,7 @@ const int chipsSample[]={ DIV_SYSTEM_K007232, DIV_SYSTEM_GA20, DIV_SYSTEM_PCM_DAC, - DIV_SYSTEM_ES5506, +// DIV_SYSTEM_ES5506, 0 // don't remove this last one! };