Home
last modified time | relevance | path

Searched refs:tim0Start (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/stella/stella-6.6/src/emucore/
H A DThumbulator.hxx293 uInt32 tim0Start{0}; // _totalCycles when Timer 0 got started last time member in Thumbulator
H A DThumbulator.cxx431 tim0Start = _totalCycles; in write32()
434 tim0Total += _totalCycles - tim0Start; in write32()
442 tim0Start = _totalCycles; in write32()
667 data = T0TC + (tim0Total + (_totalCycles - tim0Start)) * _armCyclesFactor; in read32()