Update HexEditor.cs

This commit is contained in:
alyosha-tas 2017-10-21 09:55:03 -04:00 committed by GitHub
parent 745e42a753
commit 0fd046de0d
1 changed files with 1 additions and 6 deletions

View File

@ -533,14 +533,9 @@ namespace BizHawk.Client.EmuHawk
{
t_next = MakeValue(1, _addr + j + k);
t_val += (t_next << ((DataSize - k - 1) * 8));
if (_addr + j + k == 0x0020 || _addr + j + k == 0x0021)
{
Console.WriteLine(t_next);
}
}
rowStr.AppendFormat(_digitFormatString, t_val);// MakeValue(_addr + j));
rowStr.AppendFormat(_digitFormatString, t_val);
}
else
{