This commit is contained in:
zeromus 2017-02-05 18:33:13 -06:00
parent 35c4df9256
commit bd1f48540d
1 changed files with 1 additions and 8 deletions

View File

@ -268,14 +268,7 @@ namespace BizHawk.Emulation.Common.IEmulatorExtensions
return false;
}
try
{
d.PokeByte(0, d.PeekByte(0));
}
catch (NotImplementedException)
{
return false;
}
//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.
return true;
}