diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs index f9527c215c..1aeaed6933 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs @@ -363,6 +363,8 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 StartFrameCond(); while (_tia.LineCount < _tia.NominalNumScanlines) Cycle(); + if (rendersound==false) + _tia._audioClocks = 0; // we need this here since the async sound provider won't check in this case FinishFrameCond(); }