Gamate
Handheld game console by Taiwanese Bit Corporation that supports stereo headphone, with had a AY-3-8910 based sound.
This commit is contained in:
parent
3b6559a5a1
commit
406faaeeea
|
@ -6532,6 +6532,12 @@ FurnaceGUI::FurnaceGUI():
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
|
"Gamate", {
|
||||||
|
DIV_SYSTEM_AY8910, 64, 0, 73,
|
||||||
|
0
|
||||||
|
}
|
||||||
|
));
|
||||||
sysCategories.push_back(cat);
|
sysCategories.push_back(cat);
|
||||||
|
|
||||||
cat=FurnaceGUISysCategory("Computers");
|
cat=FurnaceGUISysCategory("Computers");
|
||||||
|
|
Loading…
Reference in a new issue