mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Multisession fix
This commit is contained in:
parent
7e401aa36a
commit
bbf21aa770
@ -808,6 +808,10 @@ static STATE_POSTLOAD( cojag_postload )
|
|||||||
|
|
||||||
VIDEO_START( cojag )
|
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);
|
object_timer = timer_alloc(machine, cojag_scanline_update, NULL);
|
||||||
adjust_object_timer(machine, 0);
|
adjust_object_timer(machine, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user