Comment a MessageBox out.
This commit is contained in:
parent
2f2bfc0656
commit
f40b2acd47
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue