oops, should have been 47.0.2

This commit is contained in:
MooingLemur 2024-08-11 21:03:21 -07:00 committed by tildearrow
parent 3b9cf70ff5
commit 0224882a42
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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;
}