Merge branch 'wintrace2'

This commit is contained in:
tildearrow 2024-02-04 02:05:29 -05:00
commit 9a2b19630e
19 changed files with 1792 additions and 15 deletions

View file

@ -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.");