From 710a728b61d9926108ae4ed1ba7b215c8e82df92 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Sun, 9 Nov 2014 21:34:11 +0000 Subject: [PATCH] Bump the interleave in Gradius III --- src/burn/drv/konami/d_gradius3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/konami/d_gradius3.cpp b/src/burn/drv/konami/d_gradius3.cpp index be0f3a30b..7fa271d56 100644 --- a/src/burn/drv/konami/d_gradius3.cpp +++ b/src/burn/drv/konami/d_gradius3.cpp @@ -755,7 +755,7 @@ static INT32 DrvFrame() INT32 nCycleSegment; INT32 nSoundBufferPos = 0; - INT32 nInterleave = 100; + INT32 nInterleave = 150; INT32 nCyclesTotal[3] = { 10000000 / 60, 10000000 / 60, 3579545 / 60 }; INT32 nCyclesDone[3] = { 0, 0, 0 };