Memory Viewer - Automatically move to the next address after memory poke
This commit is contained in:
parent
69fc532a22
commit
47b9a5ffb4
|
@ -88,6 +88,8 @@ namespace BizHawk.MultiClient
|
|||
string temp = nibbles[0].ToString() + ((char)e.KeyCode).ToString();
|
||||
int x = int.Parse(temp, NumberStyles.HexNumber);
|
||||
Domain.PokeByte(addressHighlighted, (byte)x);
|
||||
ClearNibbles();
|
||||
addressHighlighted++;
|
||||
this.Refresh();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue