prepare code and sketch emulator function prototypes
This commit is contained in:
parent
8babcd05d2
commit
511799a488
16 changed files with 699 additions and 0 deletions
|
|
@ -3085,6 +3085,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_SID2, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"SID3", {
|
||||
CH(DIV_SYSTEM_SID3, 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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue