diff --git a/src/engine/platform/sound/vera_psg.c b/src/engine/platform/sound/vera_psg.c index 7ed3d48e5..597aa5974 100644 --- a/src/engine/platform/sound/vera_psg.c +++ b/src/engine/platform/sound/vera_psg.c @@ -5,7 +5,7 @@ // Chip revisions // 0: V 0.3.0 // 1: V 47.0.0 (9-bit volume, phase reset on mute) -// 2: V 47.0.3 (Pulse Width XOR on Saw and Triangle) +// 2: V 47.0.2 (Pulse Width XOR on Saw and Triangle) #include "vera_psg.h" diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index 6ce257357..f460a5434 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -2494,7 +2494,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl chipType=1; altered=true; } - if (ImGui::RadioButton(_("V 47.0.3 (Tri/Saw PW XOR)"),chipType==2)) { + if (ImGui::RadioButton(_("V 47.0.2 (Tri/Saw PW XOR)"),chipType==2)) { chipType=2; altered=true; }