Skip to content

Commit

Permalink
Dave: fix max volume
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Feb 5, 2024
1 parent 567f37b commit 3820cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/platform/dave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ int DivPlatformDave::dispatch(DivCommand c) {
chan[c.chan].inPorta=c.value;
break;
case DIV_CMD_GET_VOLMAX:
return 31;
return 63;
break;
case DIV_CMD_MACRO_OFF:
chan[c.chan].std.mask(c.value,true);
Expand Down

0 comments on commit 3820cf0

Please sign in to comment.