mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
01631: sqixbl, perestro, perestrf: game resets after starting game
This commit is contained in:
parent
37ad515d2a
commit
5644d87036
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user