MSM6258: the final bits

This commit is contained in:
tildearrow 2022-06-04 17:58:19 -05:00
parent 05c2fb357f
commit 05ffc98ed1
3 changed files with 21 additions and 12 deletions

View file

@ -385,7 +385,6 @@ void DivPlatformMSM6295::setFlags(unsigned int flags) {
}
rate=chipClock/3;
for (int i=0; i<4; i++) {
isMuted[i]=false;
oscBuf[i]->rate=rate/22;
}
}