diff --git a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs index 432b590522..eefb5a17af 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600ControllerDeck.cs @@ -13,7 +13,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 public Atari2600ControllerDeck(Atari2600ControllerTypes controller1, Atari2600ControllerTypes controller2) { Port1 = ControllerCtors[controller1](1); - Port2 = ControllerCtors[controller1](2); + Port2 = ControllerCtors[controller2](2); Definition = new ControllerDefinition {