mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
Add extended channel 3 preset for here
This commit is contained in:
parent
57fab16269
commit
41135f4a95
1 changed files with 7 additions and 0 deletions
|
@ -1910,6 +1910,13 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
|
"Seta 1 + FM addon (extended channel 3)", {
|
||||||
|
DIV_SYSTEM_X1_010, 64, 0, 0,
|
||||||
|
DIV_SYSTEM_YM2612_EXT, 64, 0, 2, // Discrete YM3438
|
||||||
|
0
|
||||||
|
}
|
||||||
|
));
|
||||||
cat.systems.push_back(FurnaceGUISysDef(
|
cat.systems.push_back(FurnaceGUISysDef(
|
||||||
"Seta 2", {
|
"Seta 2", {
|
||||||
DIV_SYSTEM_X1_010, 64, 0, 1,
|
DIV_SYSTEM_X1_010, 64, 0, 1,
|
||||||
|
|
Loading…
Reference in a new issue