From 648ed7452730a51626f37e6c3930cf5c72926ff8 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 12 Sep 2017 11:04:59 -0230 Subject: [PATCH] Oops, missed one variable in the 64-bit clock conversion. --- src/emucore/tia/TIA.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/tia/TIA.hxx b/src/emucore/tia/TIA.hxx index 0df2a6cc1..59296568a 100644 --- a/src/emucore/tia/TIA.hxx +++ b/src/emucore/tia/TIA.hxx @@ -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.