one more mame mnemonics

This commit is contained in:
feos 2020-04-10 19:28:09 +03:00
parent 0a1a2dbe7d
commit 8dd31a39e5
1 changed files with 5 additions and 0 deletions

View File

@ -469,6 +469,7 @@ namespace BizHawk.Client.Common
["8 Players Start"] = '8',
["Service"] = 'S',
["Service Mode"] = 'S',
["Service Button"] = 'S',
["Service 1"] = 's',
["Service 2"] = 's',
["Service 3"] = 's',
@ -478,6 +479,10 @@ namespace BizHawk.Client.Common
["Tilt 2"] = 't',
["Tilt 3"] = 't',
["Tilt 4"] = 't',
["Foot Pedal"] = 'P',
["Gun Trigger"] = 'G',
["Lightgun X"] = 'X',
["Lightgun Y"] = 'Y',
}
};
}