diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs index 3198ca36bd..32daaec7c3 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs @@ -271,9 +271,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 public byte ReadConsoleSwitches(bool peek) { - //TODO - zeromus isnt sure this should clear the lag flag byte value = 0xFF; - bool select = Controller["Select"]; bool reset = Controller["Reset"];