YM2612: whoops!

This commit is contained in:
tildearrow 2022-06-29 00:55:05 -05:00
parent aaf02103f6
commit 477674400c
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ void DivPlatformGenesis::acquire(short* bufL, short* bufR, size_t start, size_t
}
void DivPlatformGenesis::tick(bool sysTick) {
for (int i=0; i<7; i++) {
for (int i=0; i<(softPCM?7:6); i++) {
if (i==2 && extMode) continue;
chan[i].std.next();