mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 06:25:16 +00:00
5E01: sysConf
This commit is contained in:
parent
cb169fe27a
commit
dd7ce4a22d
1 changed files with 2 additions and 1 deletions
|
@ -584,7 +584,8 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
}
|
||||
break;
|
||||
}
|
||||
case DIV_SYSTEM_NES: {
|
||||
case DIV_SYSTEM_NES:
|
||||
case DIV_SYSTEM_5E01: {
|
||||
int clockSel=flags.getInt("clockSel",0);
|
||||
bool dpcmMode=flags.getBool("dpcmMode",true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue