Add X16 to the New menu

This commit is contained in:
Natt Akuma 2022-03-07 16:45:34 +07:00
parent d209a45b92
commit 252dc16492
1 changed files with 7 additions and 0 deletions

View File

@ -6457,6 +6457,13 @@ FurnaceGUI::FurnaceGUI():
0
}
));*/
cat.systems.push_back(FurnaceGUISysDef(
"Commander X16", {
DIV_SYSTEM_YM2151, 64, 0, 0,
DIV_SYSTEM_VERA, 64, 0, 0,
0
}
));
sysCategories.push_back(cat);
cat=FurnaceGUISysCategory("Arcade systems");