K007232: fix max volume

This commit is contained in:
tildearrow 2022-12-15 03:54:27 -05:00
parent 7a91996e3a
commit 3c4373dd79
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ int DivPlatformK007232::dispatch(DivCommand c) {
chan[c.chan].setPos=true;
break;
case DIV_CMD_GET_VOLMAX:
return 255;
return 15;
break;
case DIV_ALWAYS_SET_VOLUME:
return 1;