Add preset variation with NMK112

This commit is contained in:
cam900 2024-01-19 23:30:09 +09:00
parent 6440b8c808
commit 8e0b64c512
3 changed files with 90 additions and 0 deletions

View file

@ -1523,6 +1523,10 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
clockSel=13;
altered=true;
}
if (ImGui::RadioButton("3.2MHz",clockSel==15)) {
clockSel=15;
altered=true;
}
if (ImGui::RadioButton("3.58MHz",clockSel==4)) {
clockSel=4;
altered=true;