From c8806b9aea5e319a6c7d4c8e905fc17a52afd755 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Thu, 10 Mar 2011 04:54:03 +0000 Subject: [PATCH] Ram Watch - New Watch - default address = 4 digits, for now, since all domains currently use 4. TODO: base it off the domain size --- BizHawk.MultiClient/tools/RamWatchNewWatch.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.MultiClient/tools/RamWatchNewWatch.cs b/BizHawk.MultiClient/tools/RamWatchNewWatch.cs index 147af653ed..1172be743e 100644 --- a/BizHawk.MultiClient/tools/RamWatchNewWatch.cs +++ b/BizHawk.MultiClient/tools/RamWatchNewWatch.cs @@ -85,6 +85,8 @@ namespace BizHawk.MultiClient SetTypeRadio(w.type); SetSignedRadio(w.signed); + AddressBox.Text = "0000"; + if (w.bigendian == true) BigEndianRadio.Checked = true; else