mirror of https://github.com/stella-emu/stella.git
Oops, missed one variable in the 64-bit clock conversion.
This commit is contained in:
parent
86f65e8e87
commit
648ed74527
|
@ -662,7 +662,7 @@ class TIA : public Device
|
|||
/**
|
||||
* The index of the last CPU cycle that was included in the simulation.
|
||||
*/
|
||||
Int32 myLastCycle;
|
||||
uInt64 myLastCycle;
|
||||
/**
|
||||
* Keeps track of a possible fractional number of clocks that still need
|
||||
* to be simulated.
|
||||
|
|
Loading…
Reference in New Issue