Revert unnecessary change

This commit is contained in:
cam900 2023-03-12 11:56:19 +09:00
parent e6b84280aa
commit c8c2704a99
2 changed files with 0 additions and 8 deletions

View File

@ -931,10 +931,6 @@ void DivPlatformX1_010::setFlags(const DivConfig& flags) {
chipClock=50000000.0/3.0;
break;
// Other clock is used
case 2: // NTSC clock * 4
// (see https://github.com/mamedev/mame/blob/master/src/mame/taito/champbwl.cpp#L620)
chipClock=COLOR_NTSC*4.0;
break;
default:
chipClock=16000000;
break;

View File

@ -856,10 +856,6 @@ 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;