SoundUnit: change 1-bit PDM mode to 8-bit TDM

This commit is contained in:
tildearrow 2023-02-10 16:25:51 -05:00
parent 9ba9b7b4f5
commit 0165a19630
3 changed files with 15 additions and 38 deletions

View file

@ -239,7 +239,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
pdm=false;
altered=true;
}
if (ImGui::RadioButton("1-bit PDM (rev C/E)",pdm==1)) {
if (ImGui::RadioButton("8-bit + TDM (rev C/E)",pdm==1)) {
pdm=true;
altered=true;
}