Ram Watch - New Watch - default address = 4 digits, for now, since all domains currently use 4. TODO: base it off the domain size
This commit is contained in:
parent
0b44f8dd41
commit
c8806b9aea
|
@ -85,6 +85,8 @@ namespace BizHawk.MultiClient
|
|||
SetTypeRadio(w.type);
|
||||
SetSignedRadio(w.signed);
|
||||
|
||||
AddressBox.Text = "0000";
|
||||
|
||||
if (w.bigendian == true)
|
||||
BigEndianRadio.Checked = true;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue