Prepare for TI-99/4A support

only works on MAME core only for now.
This commit is contained in:
cam900 2022-06-07 12:57:09 +09:00
parent d3a3473f19
commit 3e953f57b3
12 changed files with 53 additions and 16 deletions

View file

@ -1211,6 +1211,12 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"TI-99/4A", {
DIV_SYSTEM_SMS, 64, 0, 0x182, // SN94624 447KHz
0
}
));
sysCategories.push_back(cat);
cat=FurnaceGUISysCategory("Arcade systems","INSERT COIN");