mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
GUI: PV-1000 ought to have a vol macro at least
This commit is contained in:
parent
77f1ca3339
commit
30448dd09c
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue