diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs index 98dac78186..27f51380c7 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs @@ -162,7 +162,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk tia.Execute(0); // even though its clocked seperately, we sample the Pokey here - pokey.sample(); + if (is_pokey) { pokey.sample(); } } // tick the m6532 timer, which is still active although not recommended to use