01631: sqixbl, perestro, perestrf: game resets after starting game

This commit is contained in:
Couriersud 2008-06-25 21:52:47 +00:00
parent 37ad515d2a
commit 5644d87036

View File

@ -1099,7 +1099,7 @@ static MACHINE_DRIVER_START( sqixbl )
MDRV_CPU_ADD(Z80, 12000000/2) /* 6 MHz */ MDRV_CPU_ADD(Z80, 12000000/2) /* 6 MHz */
MDRV_CPU_PROGRAM_MAP(main_map,0) MDRV_CPU_PROGRAM_MAP(main_map,0)
MDRV_CPU_IO_MAP(bootleg_port_map,0) MDRV_CPU_IO_MAP(bootleg_port_map,0)
MDRV_CPU_VBLANK_INT_HACK(bootleg_interrupt,3) /* ??? */ MDRV_CPU_VBLANK_INT_HACK(bootleg_interrupt,6) /* ??? */
MDRV_MACHINE_START(superqix) MDRV_MACHINE_START(superqix)