1. Fixed an Atari 2600 mnemonic bug for issue 77. Note that TAStudio is still broken for Atari 2600.

This commit is contained in:
phillip.grimsrud 2012-06-30 00:42:42 +00:00
parent 15e63a84ec
commit f7fa9f7751
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ namespace BizHawk.MultiClient
}
if (ControlType == "Atari 2600 Basic Controller")
{
if (mnemonic.Length < 2) return;
Force("Reset", mnemonic[1] != '.' && mnemonic[1] != '0');
Force("Select", mnemonic[2] != '.' && mnemonic[2] != '0');
start = 4;