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:
andres.delikat 2011-03-10 04:54:03 +00:00
parent 0b44f8dd41
commit c8806b9aea
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ namespace BizHawk.MultiClient
SetTypeRadio(w.type);
SetSignedRadio(w.signed);
AddressBox.Text = "0000";
if (w.bigendian == true)
BigEndianRadio.Checked = true;
else