Ram Search - also fix leadings zeros in the Difference box
This commit is contained in:
parent
42c0b62261
commit
9cb0072f0f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue