Home
last modified time | relevance | path

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

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dtimer.c100 int newicount, diff; in timer_adjust() local
104 newicount = 0; in timer_adjust()
106 newicount = CYCLES_CALC(timer->expire - time,activecpu->sec_to_cycles)+1; in timer_adjust()
109 diff = *activecpu->icount - newicount; in timer_adjust()
118 *activecpu->icount = newicount; /* CPU doesn't care */ in timer_adjust()