initial FDS bring-up

This commit is contained in:
tildearrow 2022-04-03 22:37:16 -05:00
parent 9ef50bbda7
commit ac3772c024
14 changed files with 870 additions and 1 deletions

View file

@ -2152,6 +2152,9 @@ void FurnaceGUI::drawInsEdit() {
if (ins->type==DIV_INS_PET) {
volMax=1;
}
if (ins->type==DIV_INS_FDS) {
volMax=32;
}
bool arpMode=ins->std.arpMacroMode;