GUI: add missing FDS preset

This commit is contained in:
tildearrow 2022-04-21 16:01:46 -05:00
parent bc235ed494
commit 521bb9c16a
1 changed files with 7 additions and 0 deletions

View File

@ -726,6 +726,13 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Famicom Disk System", {
DIV_SYSTEM_NES, 64, 0, 0,
DIV_SYSTEM_FDS, 64, 0, 0,
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Commodore 64 (6581 SID)", {
DIV_SYSTEM_C64_6581, 64, 0, 1,