regression fix way back at r152, atarimo_set_xscroll wasn't updated when some MDRV_SCREEN_RAW_PARAMS were increased by 8 (like with rampart.c)

This commit is contained in:
Michaël Banaan Ananas 2010-07-01 21:28:53 +00:00
parent c8e49537f3
commit 2c6e27c547

View file

@ -63,7 +63,7 @@ VIDEO_START( arcadecl )
atarimo_init(machine, 0, &modesc);
/* set the intial scroll offset */
atarimo_set_xscroll(0, -4);
atarimo_set_xscroll(0, -12);
atarimo_set_yscroll(0, 0x110);
state->has_mo = (machine->gfx[0]->total_elements > 10);
}