trunk/src/mame/drivers/fuukifg2.c
r22862 | r22863 | |
444 | 444 | const rectangle &visarea = machine().primary_screen->visible_area(); |
445 | 445 | |
446 | 446 | 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); |
448 | 448 | m_raster_interrupt_timer->adjust(machine().primary_screen->time_until_pos(0, visarea.max_x + 1)); |
449 | 449 | } |
450 | 450 | |