mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 06:01:29 +00:00
GUI: add missing FDS preset
This commit is contained in:
parent
bc235ed494
commit
521bb9c16a
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue