Comment a MessageBox out.

This commit is contained in:
hegyak 2015-12-10 04:52:45 -08:00
parent 2f2bfc0656
commit f40b2acd47
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ namespace BizHawk.Client.EmuHawk
return;
}
parseString = RAMValue;
MessageBox.Show(parseString);
//MessageBox.Show(parseString);
parseString = RAMValue.Remove(4, 4);
//Is it a Word or Double Word?
if (parseString == "0000")