Merge branch 'wintrace2'
This commit is contained in:
commit
9a2b19630e
19 changed files with 1792 additions and 15 deletions
|
|
@ -952,6 +952,12 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_SAA1099, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Enterprise 128", {
|
||||
CH(DIV_SYSTEM_DAVE, 1.0f, 0, "")
|
||||
},
|
||||
"tickRate=50"
|
||||
);
|
||||
ENTRY(
|
||||
"BBC Micro", {
|
||||
CH(DIV_SYSTEM_SMS, 1.0f, 0,
|
||||
|
|
@ -2861,6 +2867,12 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_POWERNOISE, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Dave", {
|
||||
CH(DIV_SYSTEM_DAVE, 1.0f, 0, "")
|
||||
},
|
||||
"tickRate=50"
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("DefleMask-compatible","these configurations are compatible with DefleMask.\nselect this if you need to save as .dmf or work with that program.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue