diff --git a/src/burn/sound/msm6295.cpp b/src/burn/sound/msm6295.cpp index d0369cec5..e18f4809e 100644 --- a/src/burn/sound/msm6295.cpp +++ b/src/burn/sound/msm6295.cpp @@ -420,7 +420,7 @@ void MSM6295Exit(INT32 nChip) } } - DebugSnd_MSM6295Initted = 0; + if (nChip == nLastMSM6295Chip) DebugSnd_MSM6295Initted = 0; } INT32 MSM6295Init(INT32 nChip, INT32 nSamplerate, float fMaxVolume, bool bAddSignal)