From f7c779eb7df2fdf9e6648dec8df948514f119dd3 Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Wed, 8 Mar 2017 09:47:23 -0800 Subject: [PATCH] Try to fix sound with overclock The overclock would not disable because DMC_7bit was always being set to 0. --- src/ppu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ppu.c b/src/ppu.c index c44dfb6..7a48547 100644 --- a/src/ppu.c +++ b/src/ppu.c @@ -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++) {