mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-04 18:27:25 +00:00
Revert unnecessary change
This commit is contained in:
parent
e6b84280aa
commit
c8c2704a99
2 changed files with 0 additions and 8 deletions
|
@ -931,10 +931,6 @@ void DivPlatformX1_010::setFlags(const DivConfig& flags) {
|
||||||
chipClock=50000000.0/3.0;
|
chipClock=50000000.0/3.0;
|
||||||
break;
|
break;
|
||||||
// Other clock is used
|
// 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:
|
default:
|
||||||
chipClock=16000000;
|
chipClock=16000000;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -856,10 +856,6 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
|
||||||
clockSel=1;
|
clockSel=1;
|
||||||
altered=true;
|
altered=true;
|
||||||
}
|
}
|
||||||
if (ImGui::RadioButton("14.32MHz (NTSC)",clockSel==2)) {
|
|
||||||
clockSel=2;
|
|
||||||
altered=true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ImGui::Checkbox("Stereo",&stereo)) {
|
if (ImGui::Checkbox("Stereo",&stereo)) {
|
||||||
altered=true;
|
altered=true;
|
||||||
|
|
Loading…
Reference in a new issue