Try to fix sound with overclock

The overclock would not disable because DMC_7bit was always being set
to 0.
This commit is contained in:
meepingsnesroms
2017-03-08 09:47:23 -08:00
parent 6653507107
commit f7c779eb7d

View File

@@ -1223,7 +1223,6 @@ int FCEUPPU_Loop(int skip) {
if ((PPUViewer) && (scanline == PPUViewScanline)) UpdatePPUView(1);
DoLine();
}
DMC_7bit = 0;
if (MMC5Hack && (ScreenON || SpriteON)) MMC5_hb(scanline);
for (x = 1, max = 0, maxref = 0; x < 7; x++) {