Game Gear - fix typo in last commit of mine that caused Start to not work, and add default mappings for GG buttons

This commit is contained in:
adelikat 2014-06-27 02:24:18 +00:00
parent 3ab7610da3
commit 2f214dad71
2 changed files with 11 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
byte value = 0xFF;
if ((Controller["Pause"] && !IsGameGear) ||
(Controller["Start"] && IsGameGear))
(Controller["P1 Start"] && IsGameGear))
{
value ^= 0x80;
}

View File

@ -457,6 +457,16 @@
"P2 B1": "",
"P2 B2": ""
},
"GG Controller": {
"P1 Up": "UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down": "DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",
"P1 Left": "LeftArrow, J1 POV1L, X1 DpadLeft, X1 LStickLeft",
"P1 Right": "RightArrow, J1 POV1R, X1 DpadRight, X1 LStickRight",
"P1 B1": "Z, J1 B1, X1 X",
"P1 B2": "X, J1 B2, X1 A",
"Reset": "J1 B9, X1 Back",
"P1 Start": "Return, J1 B10, X1 Start"
},
"Dual Gameboy Controller": {
"P1 Up": "UpArrow, J1 POV1U, X1 DpadUp, X1 LStickUp",
"P1 Down": "DownArrow, J1 POV1D, X1 DpadDown, X1 LStickDown",