GUI: Z280 whoops

issue #576
This commit is contained in:
tildearrow 2022-07-23 22:22:05 -05:00
parent 75c7573f12
commit 84c955058b
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ void FurnaceGUI::drawSysConf(int chan, DivSystem type, unsigned int& flags, bool
if (ImGui::RadioButton("14.32MHz (NTSC)",(flags&255)==1)) {
copyOfFlags=(flags&(~255))|1;
}
if (ImGui::RadioButton("14.19MHz (PAL)",(flags&255)==3)) {
if (ImGui::RadioButton("14.19MHz (PAL)",(flags&255)==2)) {
copyOfFlags=(flags&(~255))|2;
}
if (ImGui::RadioButton("16MHz",(flags&255)==3)) {