oops, should have been 47.0.2
This commit is contained in:
parent
3b9cf70ff5
commit
0224882a42
|
@ -5,7 +5,7 @@
|
||||||
// Chip revisions
|
// Chip revisions
|
||||||
// 0: V 0.3.0
|
// 0: V 0.3.0
|
||||||
// 1: V 47.0.0 (9-bit volume, phase reset on mute)
|
// 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"
|
#include "vera_psg.h"
|
||||||
|
|
||||||
|
|
|
@ -2494,7 +2494,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
||||||
chipType=1;
|
chipType=1;
|
||||||
altered=true;
|
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;
|
chipType=2;
|
||||||
altered=true;
|
altered=true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue