dev229 - VERA: emulated noise freq was double that of real hardware (#2488)
* VERA: emulated noise freq was double that of real hardware * fulfill req changes: version/engine version, revert SDL submodule
This commit is contained in:
parent
35fe3679f2
commit
b1814a8337
5 changed files with 16 additions and 6 deletions
|
|
@ -2552,7 +2552,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
break;
|
||||
}
|
||||
case DIV_SYSTEM_VERA: {
|
||||
int chipType=flags.getInt("chipType",2);
|
||||
int chipType=flags.getInt("chipType",3);
|
||||
|
||||
ImGui::Text(_("Chip revision:"));
|
||||
ImGui::Indent();
|
||||
|
|
@ -2568,6 +2568,10 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
chipType=2;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton(_("X16 Emu R49 (Noise freq fix)"),chipType==3)) {
|
||||
chipType=3;
|
||||
altered=true;
|
||||
}
|
||||
ImGui::Unindent();
|
||||
|
||||
if (altered) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue