add the clock rate text for saa1099 clock selector
This commit is contained in:
parent
927ed4b829
commit
d4bfce770a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue