From 406faaeeea8d3a12ec4c9d4d78284ac20d34a340 Mon Sep 17 00:00:00 2001 From: cam900 Date: Fri, 11 Mar 2022 04:07:11 +0900 Subject: [PATCH] Gamate Handheld game console by Taiwanese Bit Corporation that supports stereo headphone, with had a AY-3-8910 based sound. --- src/gui/gui.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index b3e21250..b6a93a40 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -6532,6 +6532,12 @@ FurnaceGUI::FurnaceGUI(): 0 } )); + cat.systems.push_back(FurnaceGUISysDef( + "Gamate", { + DIV_SYSTEM_AY8910, 64, 0, 73, + 0 + } + )); sysCategories.push_back(cat); cat=FurnaceGUISysCategory("Computers");