Oops
This commit is contained in:
parent
293b7133c5
commit
18a6b21deb
|
@ -77,6 +77,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SetMemoryDomainMenu();
|
SetMemoryDomainMenu();
|
||||||
|
SetDataSize(Global.Config.HexEditorDataSize);
|
||||||
UpdateValues();
|
UpdateValues();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -156,7 +157,6 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
private int MakeWordBig(int addr)
|
private int MakeWordBig(int addr)
|
||||||
{
|
{
|
||||||
System.Diagnostics.Debugger.Break();
|
|
||||||
return (Domain.PeekByte(addr) * 256) + Domain.PeekByte(addr + 1);
|
return (Domain.PeekByte(addr) * 256) + Domain.PeekByte(addr + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue