mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: fix preset typo
This commit is contained in:
parent
1dbdf8558c
commit
ffe06013d7
1 changed files with 1 additions and 1 deletions
|
@ -1976,7 +1976,7 @@ void FurnaceGUI::initSystemPresets() {
|
|||
cat.systems.push_back(FurnaceGUISysDef(
|
||||
"Namco System 86", { // without expansion board case; Hopping Mappy, etc
|
||||
DIV_SYSTEM_YM2151, 64, 0, 0,
|
||||
DIV_SYSTEM_NAMCO_CUS30, 64, 0, 0
|
||||
DIV_SYSTEM_NAMCO_CUS30, 64, 0, 0,
|
||||
0
|
||||
}
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue