Hex Editor - Fix #761

This commit is contained in:
adelikat 2017-01-14 16:51:28 -06:00
parent 3548ec00dc
commit 9408c3fc1a
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ namespace BizHawk.Client.EmuHawk
long startByte;
if (_addressHighlighted == -1)
{
startByte = _domain.Size - DataSize;
startByte = _domain.Size - DataSize - numByte;
}
else
{