mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-14 00:35:06 +00:00
Clock preset fix
This commit is contained in:
parent
e5d81bd694
commit
f5c1273c2d
1 changed files with 8 additions and 2 deletions
|
@ -2250,12 +2250,18 @@ void FurnaceGUI::initSystemPresets() {
|
|||
);
|
||||
ENTRY(
|
||||
"Yamaha YMF289B (OPL3-L)", {
|
||||
CH(DIV_SYSTEM_OPL3, 64, 0, "chipType=1")
|
||||
CH(DIV_SYSTEM_OPL3, 64, 0,
|
||||
"clockSel=5\n"
|
||||
"chipType=1\n"
|
||||
)
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Yamaha YMF289B (drums mode)", {
|
||||
CH(DIV_SYSTEM_OPL3_DRUMS, 64, 0, "chipType=1")
|
||||
CH(DIV_SYSTEM_OPL3_DRUMS, 64, 0,
|
||||
"clockSel=5\n"
|
||||
"chipType=1\n"
|
||||
)
|
||||
}
|
||||
);
|
||||
if (settings.hiddenSystems) {
|
||||
|
|
Loading…
Reference in a new issue