Home
last modified time | relevance | path

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

/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DTIA.cxx217 myClocksToEndOfScanLine = 228; in frameReset()
281 out.putInt(myClocksToEndOfScanLine); in save()
385 myClocksToEndOfScanLine = (Int32) in.getInt(); in load()
568 myClocksToEndOfScanLine = 228; in startFrame()
1005 Int32 clocksFromStartOfScanLine = 228 - myClocksToEndOfScanLine; in updateFrame()
1008 if(clock > (myClockAtLastUpdate + myClocksToEndOfScanLine)) in updateFrame()
1011 clocksToUpdate = myClocksToEndOfScanLine; in updateFrame()
1012 myClocksToEndOfScanLine = 228; in updateFrame()
1019 myClocksToEndOfScanLine -= clocksToUpdate; in updateFrame()
1163 if(myClocksToEndOfScanLine == 228) in updateFrame()
H A DTIA.hxx454 Int32 myClocksToEndOfScanLine; member in TIA