Merge pull request #747 from tildearrow/fm_towns_preset

Add FM Towns preset with Extended channel 3
This commit is contained in:
tildearrow 2022-11-14 22:48:34 -05:00 committed by GitHub
commit 984bec6e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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, ""),
}
);