mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
GUI: add YM2414 to system presets
This commit is contained in:
parent
8702effbb9
commit
25c5c97c47
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
|
"Yamaha YM2414", {
|
||||||
|
DIV_SYSTEM_OPZ, 64, 0, 0,
|
||||||
|
0
|
||||||
|
}
|
||||||
|
));
|
||||||
cat.systems.push_back(FurnaceGUISysDef(
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
"Yamaha YM3526", {
|
"Yamaha YM3526", {
|
||||||
DIV_SYSTEM_OPL, 64, 0, 0,
|
DIV_SYSTEM_OPL, 64, 0, 0,
|
||||||
|
|
Loading…
Reference in a new issue