Previous 199869 Revisions Next

r21990 Wednesday 20th March, 2013 at 20:02:18 UTC by Angelo Salese
Air Cars doesn't like this, reverted
[src/mame/video]jaguar.c

trunk/src/mame/video/jaguar.c
r21989r21990
610610            break;
611611         case PIT0:
612612         case PIT1:
613            if (m_gpu_regs[PIT0])
613            if (m_gpu_regs[PIT0] && m_gpu_regs[PIT0] != 0xffff) //FIXME: avoid too much small timers for now
614614            {
615615               sample_period = attotime::from_ticks((1+m_gpu_regs[PIT0]) * (1+m_gpu_regs[PIT1]), JAGUAR_CLOCK/2);
616616               timer_set(sample_period, TID_PIT);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team