5E01: sysConf

This commit is contained in:
tildearrow 2024-03-18 17:30:42 -05:00
parent cb169fe27a
commit dd7ce4a22d

View file

@ -584,7 +584,8 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
} }
break; break;
} }
case DIV_SYSTEM_NES: { case DIV_SYSTEM_NES:
case DIV_SYSTEM_5E01: {
int clockSel=flags.getInt("clockSel",0); int clockSel=flags.getInt("clockSel",0);
bool dpcmMode=flags.getBool("dpcmMode",true); bool dpcmMode=flags.getBool("dpcmMode",true);