Merge branch 'master' into ymf289b

This commit is contained in:
tildearrow 2023-05-11 16:59:38 -05:00
commit 25eb720631
230 changed files with 69242 additions and 87659 deletions

View file

@ -256,6 +256,16 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_POKEMINI, 0.5f, 0, "")
}
);
ENTRY(
"Tiger Game.com", {
CH(DIV_SYSTEM_SM8521, 1.0f, 0, "")
}
);
ENTRY(
"Casio PV-1000", {
CH(DIV_SYSTEM_PV1000, 1.0f, 0, "")
}
);
CATEGORY_END;
CATEGORY_BEGIN("Computers","let's get to work on chiptune today.");
@ -1099,9 +1109,21 @@ void FurnaceGUI::initSystemPresets() {
}
);
ENTRY(
"Commander X16", {
"Commander X16 (VERA only)", {
CH(DIV_SYSTEM_VERA, 1.0f, 0, "")
}
);
ENTRY(
"Commander X16 (with OPM)", {
CH(DIV_SYSTEM_VERA, 1.0f, 0, ""),
CH(DIV_SYSTEM_YM2151, 0.5f, 0, "")
CH(DIV_SYSTEM_YM2151, 1.0f, 0, "")
}
);
ENTRY(
"Commander X16 (with Twin OPL3)", {
CH(DIV_SYSTEM_VERA, 1.0f, 0, ""),
CH(DIV_SYSTEM_OPL3, 1.0f, 0, ""),
CH(DIV_SYSTEM_OPL3, 1.0f, 0, "")
}
);
ENTRY(
@ -2381,6 +2403,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_PONG, 1.0f, 0, "")
}
);
ENTRY(
"NEC D65010G031", {
CH(DIV_SYSTEM_PV1000, 1.0f, 0, "")
}
);
CATEGORY_END;
CATEGORY_BEGIN("Sample","chips/systems which use PCM or ADPCM samples for sound synthesis.");