PCE: now prepare for volume

This commit is contained in:
tildearrow 2021-06-07 03:42:18 -05:00
parent c0e4e20b3e
commit 1379b4c935
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ void DivPlatformPCE::tick() {
updateWave(i);
}
//rWrite(16+i*5,0x80);
chWrite(i,0x04,0x80|chan[i].vol);
//chWrite(i,0x04,0x80|chan[i].vol);
}
if (chan[i].keyOff) {
chWrite(i,0x04,0);