Prepare for TI-99/4A support
only works on MAME core only for now.
This commit is contained in:
parent
d3a3473f19
commit
3e953f57b3
12 changed files with 53 additions and 16 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue