add some missing mame mnemonics

This commit is contained in:
CasualPokePlayer 2022-11-11 08:45:02 -08:00
parent c21fedc76a
commit 715f4f497c
1 changed files with 3 additions and 0 deletions

View File

@ -522,6 +522,7 @@ namespace BizHawk.Client.Common
["7 Players Start"] = '7',
["8 Players Start"] = '8',
["Attack"] = 'a',
["Blue"] = 'B',
["Board 0 (SW4)"] = '0',
["Board 1 (SW5)"] = '1',
["Board 2 (SW6)"] = '2',
@ -546,6 +547,7 @@ namespace BizHawk.Client.Common
["GEAR 3"] = '3',
["GEAR 4"] = '4',
["GEAR N"] = 'N',
["Green"] = 'G',
["Gun Trigger"] = 'G',
["Handle A"] = 'A',
["Handle B"] = 'B',
@ -560,6 +562,7 @@ namespace BizHawk.Client.Common
["Paddle"] = 'P',
["Pedal 1"] = '1',
["Pedal 2"] = '2',
["Red"] = 'R',
["Relay"] = 'R',
["Right Stick/Up"] = 'u',
["Right Stick/Down"] = 'd',