From 89ece073f6e0218689d883a65e7f938c69d541b2 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 25 Sep 2022 04:03:13 -0500 Subject: [PATCH] GUI: add SNES to the sample chip list --- src/gui/guiConst.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/guiConst.cpp b/src/gui/guiConst.cpp index 78a5ae49..586c45c1 100644 --- a/src/gui/guiConst.cpp +++ b/src/gui/guiConst.cpp @@ -1036,6 +1036,7 @@ const int chipsSample[]={ DIV_SYSTEM_MSM6258, DIV_SYSTEM_MSM6295, DIV_SYSTEM_RF5C68, + DIV_SYSTEM_SNES, DIV_SYSTEM_PCM_DAC, 0 // don't remove this last one! };