Ram Search - also fix leadings zeros in the Difference box

This commit is contained in:
adelikat 2016-01-31 09:15:17 -05:00
parent 42c0b62261
commit 9cb0072f0f
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace BizHawk.Client.EmuHawk
SpecificValueBox.ByteSize = _settings.Size;
SpecificValueBox.Type = _settings.Type;
DifferentByBox.Type = Common.DisplayType.Unsigned;
DifferenceBox.Type = Common.DisplayType.Unsigned;
MessageLabel.Text = string.Empty;
SpecificAddressBox.MaxLength = (MemoryDomains.MainMemory.Size - 1).NumHexDigits();