Add FM Towns preset with Extended channel 3

This commit is contained in:
cam900 2022-11-15 11:58:39 +09:00 committed by GitHub
parent bda0ca5d95
commit e25ab0d46a
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, ""),
}
);