summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/superqix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c
index 154e447d90e..c03c497b4cb 100644
--- a/src/mame/drivers/superqix.c
+++ b/src/mame/drivers/superqix.c
@@ -1099,7 +1099,7 @@ static MACHINE_DRIVER_START( sqixbl )
MDRV_CPU_ADD(Z80, 12000000/2) /* 6 MHz */
MDRV_CPU_PROGRAM_MAP(main_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)