GUI: PV-1000 ought to have a vol macro at least

This commit is contained in:
tildearrow 2023-03-05 16:48:19 -05:00
parent 77f1ca3339
commit 30448dd09c
1 changed files with 2 additions and 2 deletions

View File

@ -5039,7 +5039,7 @@ void FurnaceGUI::drawInsEdit() {
volMax=0;
}
}
if (ins->type==DIV_INS_PET || ins->type==DIV_INS_BEEPER) {
if (ins->type==DIV_INS_PET || ins->type==DIV_INS_BEEPER || ins->type==DIV_INS_PV1000) {
volMax=1;
}
if (ins->type==DIV_INS_FDS) {
@ -5048,7 +5048,7 @@ void FurnaceGUI::drawInsEdit() {
if (ins->type==DIV_INS_ES5506) {
volMax=4095;
}
if (ins->type==DIV_INS_MSM6258 || ins->type==DIV_INS_PV1000) {
if (ins->type==DIV_INS_MSM6258) {
volMax=0;
}
if (ins->type==DIV_INS_MSM6295) {