Merge branch 'master' of https://github.com/tildearrow/furnace into x1_010_bank
This commit is contained in:
commit
1873a2a708
272 changed files with 6234 additions and 1974 deletions
|
|
@ -1262,6 +1262,42 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_K007232, 1.0f, 0, "") // ""
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Rollergames", {
|
||||
CH(DIV_SYSTEM_OPL2, 1.0f, 0, ""), // 3.58MHz
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, ""), // ""
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Rollergames (drums mode)", {
|
||||
CH(DIV_SYSTEM_OPL2_DRUMS, 1.0f, 0, ""), // 3.58MHz
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, ""), // ""
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Golfing Greats", {
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, ""), // 3.58MHz
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Lightning Fighters", {
|
||||
CH(DIV_SYSTEM_YM2151, 1.0f, 0, ""), // 3.58MHz
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, ""), // ""
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Over Drive", {
|
||||
CH(DIV_SYSTEM_YM2151, 1.0f, 0, ""), // 3.58MHz
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, ""), // ""
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, ""), // ""
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Asterix", {
|
||||
CH(DIV_SYSTEM_YM2151, 1.0f, 0, "clockSel=2"), // 4MHz
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, "clockSel=1"), // ""
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami Hexion", {
|
||||
CH(DIV_SYSTEM_SCC, 1.0f, 0, "clockSel=2"), // 1.5MHz (3MHz input)
|
||||
|
|
@ -2469,6 +2505,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_ES5506, 1.0f, 0, "channels=31")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Konami K053260", {
|
||||
CH(DIV_SYSTEM_K053260, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("Wavetable","chips which use user-specified waveforms to generate sound.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue