Amiga: fix max volume

This commit is contained in:
tildearrow 2022-01-15 17:54:09 -05:00
parent c9b69f885a
commit 755042a8fe
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ int DivPlatformAmiga::dispatch(DivCommand c) {
chan[c.chan].inPorta=c.value;
break;
case DIV_CMD_GET_VOLMAX:
return 31;
return 64;
break;
case DIV_ALWAYS_SET_VOLUME:
return 1;