Disabled tape trap auto-stop (this is more trouble than its worth - tzx formats should include 'stopthetape' blocks anyway, and tap files are generally junk and should be discouraged)
This commit is contained in:
parent
a7ed14cfe1
commit
f612ae043b
|
@ -614,15 +614,10 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
||||||
{
|
{
|
||||||
_monitorTimeOut--;
|
_monitorTimeOut--;
|
||||||
|
|
||||||
if (_monitorTimeOut < 2)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_monitorTimeOut < 0)
|
if (_monitorTimeOut < 0)
|
||||||
{
|
{
|
||||||
Stop();
|
//Stop();
|
||||||
_machine.Spectrum.OSD_TapeStoppedAuto();
|
//_machine.Spectrum.OSD_TapeStoppedAuto();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue