Merge pull request #80 from meepingsnesroms/master

Try to fix sound with overclock
This commit is contained in:
meepingsnesroms
2017-03-08 10:00:46 -08:00
committed by GitHub

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++) {