Merge branch 'master' of https://github.com/tildearrow/furnace into x1_010_bank
This commit is contained in:
commit
a3d54ca933
97 changed files with 2536 additions and 811 deletions
|
|
@ -278,6 +278,12 @@ void FurnaceGUI::initSystemPresets() {
|
|||
ENTRY(
|
||||
"Commodore VIC-20", {
|
||||
CH(DIV_SYSTEM_VIC20, 1.0f, 0, "clockSel=1")
|
||||
},
|
||||
"tickRate=50"
|
||||
);
|
||||
ENTRY(
|
||||
"Commodore Plus/4", {
|
||||
CH(DIV_SYSTEM_TED, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
|
|
@ -2436,6 +2442,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_PV1000, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"MOS Technology TED", {
|
||||
CH(DIV_SYSTEM_TED, 1.0f, 0, "clockSel=1")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("Sample","chips/systems which use PCM or ADPCM samples for sound synthesis.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue