parent
895921f257
commit
20418bb490
18 changed files with 848 additions and 3 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(
|
||||
|
|
@ -2433,6 +2439,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