fix #760
This commit is contained in:
parent
35c4df9256
commit
bd1f48540d
|
@ -268,14 +268,7 @@ namespace BizHawk.Emulation.Common.IEmulatorExtensions
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
//once upon a time, we did a try { poke(peek) } here, but that was before Writable was added. the poke(peek) is not acceptable. If there are further problems, make sure Writable is correct.
|
||||||
{
|
|
||||||
d.PokeByte(0, d.PeekByte(0));
|
|
||||||
}
|
|
||||||
catch (NotImplementedException)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue