From 30448dd09c1e755715618c550bc2271f94ffc843 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 5 Mar 2023 16:48:19 -0500 Subject: [PATCH] GUI: PV-1000 ought to have a vol macro at least --- src/gui/insEdit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index ceb866ce8..76ad80a20 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -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) {