Handheld game console by Taiwanese Bit Corporation that supports stereo headphone, with had a AY-3-8910 based sound.
This commit is contained in:
cam900 2022-03-11 04:07:11 +09:00
parent 3b6559a5a1
commit 406faaeeea
1 changed files with 6 additions and 0 deletions

View File

@ -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");