also enable backward on Windows XP

This commit is contained in:
tildearrow 2024-02-04 02:05:00 -05:00
parent b3b84d41b6
commit 4df1c59698
6 changed files with 201 additions and 53 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,
@ -2778,6 +2784,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.");