Merge pull request #80 from meepingsnesroms/master
Try to fix sound with overclock
This commit is contained in:
@@ -1223,7 +1223,6 @@ int FCEUPPU_Loop(int skip) {
|
|||||||
if ((PPUViewer) && (scanline == PPUViewScanline)) UpdatePPUView(1);
|
if ((PPUViewer) && (scanline == PPUViewScanline)) UpdatePPUView(1);
|
||||||
DoLine();
|
DoLine();
|
||||||
}
|
}
|
||||||
DMC_7bit = 0;
|
|
||||||
|
|
||||||
if (MMC5Hack && (ScreenON || SpriteON)) MMC5_hb(scanline);
|
if (MMC5Hack && (ScreenON || SpriteON)) MMC5_hb(scanline);
|
||||||
for (x = 1, max = 0, maxref = 0; x < 7; x++) {
|
for (x = 1, max = 0, maxref = 0; x < 7; x++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user