Add NTSC clockbase for X1-010

reference: https://github.com/mamedev/mame/blob/master/src/mame/taito/champbwl.cpp#L620
This commit is contained in:
cam900 2023-03-12 21:03:11 +09:00
parent 40e153300f
commit d9211b2a97
2 changed files with 8 additions and 4 deletions

View file

@ -855,6 +855,10 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
clockSel=1;
altered=true;
}
if (ImGui::RadioButton("14.32MHz (NTSC)",clockSel==2)) {
clockSel=2;
altered=true;
}
if (ImGui::Checkbox("Stereo",&stereo)) {
altered=true;