ES5506: new vol/pan range is 4095

This commit is contained in:
tildearrow 2023-02-12 01:48:02 -05:00
parent ede47cbf97
commit c9eb4482b0
3 changed files with 22 additions and 22 deletions

View file

@ -4998,7 +4998,7 @@ void FurnaceGUI::drawInsEdit() {
volMax=32;
}
if (ins->type==DIV_INS_ES5506) {
volMax=65535;
volMax=4095;
}
if (ins->type==DIV_INS_MSM6258) {
volMax=0;
@ -5288,7 +5288,7 @@ void FurnaceGUI::drawInsEdit() {
panMax=127;
}
if (ins->type==DIV_INS_ES5506) {
panMax=65535;
panMax=4095;
}
if (volMax>0) {