game boy progress, part 5

now with almost accurate arpeggios.
This commit is contained in:
tildearrow 2021-05-28 00:36:25 -05:00
parent c6e42739fc
commit 83ce4f0ebe
7 changed files with 54 additions and 10 deletions

View file

@ -147,6 +147,9 @@ int DivPlatformSMS::dispatch(DivCommand c) {
case DIV_CMD_GET_VOLMAX:
return 15;
break;
case DIV_ALWAYS_SET_VOLUME:
return 0;
break;
default:
break;
}