Previous 199869 Revisions Next

r22863 Thursday 16th May, 2013 at 22:35:43 UTC by Phil Bennett
Unfuuk fuukifg2.c -nw-
[src/mame/drivers]fuukifg2.c

trunk/src/mame/drivers/fuukifg2.c
r22862r22863
444444   const rectangle &visarea = machine().primary_screen->visible_area();
445445
446446   timer_set(machine().primary_screen->time_until_pos(248), TIMER_LEVEL_1_INTERRUPT);
447   timer_set(machine().primary_screen->time_until_vblank_start(), TIMER_LEVEL_1_INTERRUPT);
447   timer_set(machine().primary_screen->time_until_vblank_start(), TIMER_VBLANK_INTERRUPT);
448448   m_raster_interrupt_timer->adjust(machine().primary_screen->time_until_pos(0, visarea.max_x + 1));
449449}
450450

Previous 199869 Revisions Next


© 1997-2024 The MAME Team