fix hex editor scrolling
This commit is contained in:
parent
5c84c94a12
commit
c985dfa96d
|
@ -118,7 +118,7 @@ namespace BizHawk.Emulation.Common
|
|||
|
||||
for (var i = addresses.Start; i < addresses.EndInclusive; i++)
|
||||
{
|
||||
values[i] = PeekByte(i);
|
||||
values[i - addresses.Start] = PeekByte(i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue