ZXHawk: missed a bool
This commit is contained in:
parent
373db35805
commit
837c681bd5
|
@ -359,7 +359,11 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
|||
{
|
||||
var data = ReadBus(addr);
|
||||
if (CPUMon.NextMemReadContended)
|
||||
{
|
||||
LastContendedReadByte = data;
|
||||
CPUMon.NextMemReadContended = false;
|
||||
}
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue