mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
Deflemask compatibility
This commit is contained in:
parent
87561bf9cf
commit
c4f2090b48
1 changed files with 1 additions and 1 deletions
|
@ -6655,7 +6655,7 @@ FurnaceGUI::FurnaceGUI():
|
||||||
));
|
));
|
||||||
cat.systems.push_back(FurnaceGUISysDef(
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
"Arcade (YM2151 and SegaPCM)", {
|
"Arcade (YM2151 and SegaPCM)", {
|
||||||
DIV_SYSTEM_YM2151, 64, 0, 2,
|
DIV_SYSTEM_YM2151, 64, 0, 0,
|
||||||
DIV_SYSTEM_SEGAPCM_COMPAT, 64, 0, 0,
|
DIV_SYSTEM_SEGAPCM_COMPAT, 64, 0, 0,
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue