32x: rework scheduling/timing

- don't run in line quantity
- decouple from 68k
- some things to tune..
This commit is contained in:
notaz 2013-07-08 02:38:42 +03:00
parent ed4402a7df
commit a8fd6e3761
9 changed files with 325 additions and 130 deletions

View file

@ -219,9 +219,6 @@ void PicoLoopPrepare(void)
Pico.m.dirtyPal = 1;
rendstatus_old = -1;
if (PicoAHW & PAHW_32X)
p32x_timers_recalc();
}