cheat - delete more stuff
This commit is contained in:
parent
d13a1b54a2
commit
3edae578db
|
@ -157,11 +157,6 @@ namespace BizHawk.Client.Common
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetStringForPulse(int val) =>
|
|
||||||
_watch.Type == DisplayType.Hex
|
|
||||||
? val.ToString("X8")
|
|
||||||
: val.ToString();
|
|
||||||
|
|
||||||
public void Pulse()
|
public void Pulse()
|
||||||
{
|
{
|
||||||
if (!IsSeparator && _enabled)
|
if (!IsSeparator && _enabled)
|
||||||
|
@ -203,11 +198,6 @@ namespace BizHawk.Client.Common
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PokeByte()
|
|
||||||
{
|
|
||||||
_watch.Poke(GetStringForPulse(_val));
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool Contains(long addr)
|
public bool Contains(long addr)
|
||||||
{
|
{
|
||||||
switch (_watch.Size)
|
switch (_watch.Size)
|
||||||
|
|
Loading…
Reference in New Issue