SID2, part 1

thanks LTVA
This commit is contained in:
tildearrow 2024-04-21 03:54:34 -05:00
parent ca5cf58d00
commit 1850968def
38 changed files with 7237 additions and 0 deletions

View file

@ -3036,6 +3036,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_BIFURCATOR, 1.0f, 0, "")
}
);
ENTRY(
"SID2", {
CH(DIV_SYSTEM_SID2, 1.0f, 0, "")
}
);
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.");