mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-07 05:15:05 +00:00
Merge pull request #747 from tildearrow/fm_towns_preset
Add FM Towns preset with Extended channel 3
This commit is contained in:
commit
984bec6e45
1 changed files with 7 additions and 1 deletions
|
@ -736,7 +736,13 @@ void FurnaceGUI::initSystemPresets() {
|
|||
);
|
||||
ENTRY(
|
||||
"FM Towns", {
|
||||
DIV_SYSTEM_YM2612, 64, 0, 2, // YM3438
|
||||
CH(DIV_SYSTEM_YM2612, 64, 0, "clockSel=2"), // YM3438
|
||||
CH(DIV_SYSTEM_RF5C68, 64, 0, ""),
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"FM Towns (extended channel 3)", {
|
||||
CH(DIV_SYSTEM_YM2612_EXT, 64, 0, "clockSel=2"), // YM3438
|
||||
CH(DIV_SYSTEM_RF5C68, 64, 0, ""),
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue