From 43185eb4c54916778f2aed92d050b2ffcd618c53 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sat, 29 Jul 2017 20:23:42 -0400 Subject: [PATCH] EMU7800: update controls for testing between cores --- .../Consoles/Atari/7800/Atari7800Control.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/7800/Atari7800Control.cs b/BizHawk.Emulation.Cores/Consoles/Atari/7800/Atari7800Control.cs index f01721e0df..28a86f8328 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/7800/Atari7800Control.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/7800/Atari7800Control.cs @@ -21,6 +21,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari7800 "BW", // should be "Color"?? "Left Difficulty", // better not put P# on these as they might not correspond to player numbers "Right Difficulty", + "Pause", // ports "P1 Up", "P1 Down", "P1 Left", "P1 Right", "P1 Trigger", @@ -166,9 +167,10 @@ namespace BizHawk.Emulation.Cores.Atari.Atari7800 // on the console "Reset", "Select", - "Pause", + "BW", // should be "Color"?? "Toggle Left Difficulty", // better not put P# on these as they might not correspond to player numbers "Toggle Right Difficulty", + "Pause", // ports "P1 Up", "P1 Down", "P1 Left", "P1 Right", "P1 Trigger", "P1 Trigger 2",