Oops, missed one variable in the 64-bit clock conversion.

This commit is contained in:
Stephen Anthony 2017-09-12 11:04:59 -02:30
parent 86f65e8e87
commit 648ed74527
1 changed files with 1 additions and 1 deletions

View File

@ -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.