5E01: sysConf
This commit is contained in:
parent
cb169fe27a
commit
dd7ce4a22d
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue