Home
last modified time | relevance | path

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

/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/
H A Dvideo.cpp123 … ? nextHdmaTime(ppu_.lastM0Time(), nextM0Time_.predictedNextM0Time(), ppu_.now(), isDoubleSpeed()) in loadState()
205 nextM0Time_.predictedNextM0Time(), cycleCounter, isDoubleSpeed())); in speedChange()
218 if (cc >= nextM0Time_.predictedNextM0Time()) in m0TimeOfCurrentLine()
224 …m0TimeOfCurrentLine(ppu_.lyCounter().time(), ppu_.lastM0Time(), nextM0Time_.predictedNextM0Time()); in m0TimeOfCurrentLine()
238 if (cycleCounter >= nextM0Time_.predictedNextM0Time()) in enableHdma()
248 ppu_.lastM0Time(), nextM0Time_.predictedNextM0Time()), cycleCounter)) in enableHdma()
251 …eventTimes_.setm<HDMA_REQ>(nextHdmaTime(ppu_.lastM0Time(), nextM0Time_.predictedNextM0Time(), cycl… in enableHdma()
340 …eventTimes_.setm<HDMA_REQ>(hdmaTimeFromM0Time(nextM0Time_.predictedNextM0Time(), isDoubleSpeed())); in mode3CyclesChange()
423 nextM0Time_.predictedNextM0Time(), cc, isDoubleSpeed())); in lcdcChange()
716 …eventTimes_.setm<HDMA_REQ>(hdmaTimeFromM0Time(nextM0Time_.predictedNextM0Time(), isDoubleSpeed())); in event()
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/video/
H A Dnext_m0_time.h11 unsigned predictedNextM0Time() const { return predictedNextM0Time_; } in predictedNextM0Time() function