Multisession fix

This commit is contained in:
Nathan Woods 2009-01-06 11:33:23 +00:00
parent 7e401aa36a
commit bbf21aa770

View File

@ -808,6 +808,10 @@ static STATE_POSTLOAD( cojag_postload )
VIDEO_START( cojag )
{
memset(&blitter_regs, 0, sizeof(blitter_regs));
memset(&gpu_regs, 0, sizeof(gpu_regs));
cpu_irq_state = 0;
object_timer = timer_alloc(machine, cojag_scanline_update, NULL);
adjust_object_timer(machine, 0);