Merge branch 'master' of https://github.com/tildearrow/furnace into ymf278b
This commit is contained in:
commit
4b0080c509
76 changed files with 24622 additions and 23877 deletions
|
|
@ -531,6 +531,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_OPL4_DRUMS, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"NEC PC-6001", {
|
||||
CH(DIV_SYSTEM_AY8910, 1.0f, 0, "customClock=3993600")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"NEC PC-88", {}
|
||||
);
|
||||
|
|
@ -1227,6 +1232,18 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_MSM6258, 1.0f, 0, "clockSel=2")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"FM-7", {
|
||||
CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=12"),
|
||||
CH(DIV_SYSTEM_YM2203, 1.0f, 0, "clockSel=5")
|
||||
}
|
||||
);
|
||||
SUB_ENTRY(
|
||||
"FM-7 (extended channel 3)", {
|
||||
CH(DIV_SYSTEM_AY8910, 1.0f, 0, "clockSel=12"),
|
||||
CH(DIV_SYSTEM_YM2203_EXT, 1.0f, 0, "clockSel=5")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"FM Towns", {
|
||||
CH(DIV_SYSTEM_YM2612, 1.0f, 0, "clockSel=2"), // YM3438
|
||||
|
|
@ -1271,6 +1288,14 @@ void FurnaceGUI::initSystemPresets() {
|
|||
)
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Sord M5", {
|
||||
CH(DIV_SYSTEM_SMS, 1.0f, 0,
|
||||
"customClock=1773447\n"
|
||||
"chipType=1\n"
|
||||
)
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("Arcade systems","INSERT COIN");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue