mirror of https://github.com/stella-emu/stella.git
minor QuadTari timing fix
This commit is contained in:
parent
8f4667fb71
commit
5c4d530143
|
@ -2009,7 +2009,7 @@ void TIA::updateDumpPorts(uInt8 value)
|
||||||
if(myArePortsDumped != newIsDumped)
|
if(myArePortsDumped != newIsDumped)
|
||||||
{
|
{
|
||||||
myArePortsDumped = newIsDumped;
|
myArePortsDumped = newIsDumped;
|
||||||
myDumpPortsCycles = mySystem->cycles() + Delay::vblank;
|
myDumpPortsCycles = mySystem->cycles();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue