Fix mnemonic constants for TI-83, super important changeset!

This commit is contained in:
adelikat 2014-07-17 02:06:51 +00:00
parent 9494995109
commit c571d07069
1 changed files with 5 additions and 1 deletions

View File

@ -128,9 +128,13 @@ namespace BizHawk.Client.Common
}
},
{
"TI-83",
"TI83",
new Dictionary<string, char>
{
{ "UP", 'U'},
{ "DOWN", 'D'},
{ "LEFT", 'L'},
{ "RIGHT", 'R'},
{ "DOT", '`' },
{ "ON", 'O' },
{ "ENTER", '=' },