add the clock rate text for saa1099 clock selector

This commit is contained in:
Eknous-P 2025-12-12 01:12:36 +04:00
parent 927ed4b829
commit d4bfce770a

View file

@ -994,6 +994,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
case DIV_SYSTEM_SAA1099: {
int clockSel=flags.getInt("clockSel",0);
ImGui::Text(_("Clock rate:"));
ImGui::Indent();
if (ImGui::RadioButton(_("SAM Coupé (8MHz)"),clockSel==0)) {
clockSel=0;