diff options
| author | 2008-06-25 22:03:13 +0000 | |
|---|---|---|
| committer | 2008-06-25 22:03:13 +0000 | |
| commit | 45034a382bee092c86c7b2b2d7ef90b57d82fe44 (patch) | |
| tree | d4a0939b67b4ec4a79305c171928162597924e01 /src | |
| parent | 82617bc2a20773e797689fd139b5a4505651a57e (diff) | |
01931: sqix: [possible] sprites slowdown
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/superqix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c index c03c497b4cb..d60e952f5ff 100644 --- a/src/mame/drivers/superqix.c +++ b/src/mame/drivers/superqix.c @@ -1056,7 +1056,7 @@ static MACHINE_DRIVER_START( sqix ) MDRV_CPU_ADD(Z80, 12000000/2) /* 6 MHz */ MDRV_CPU_PROGRAM_MAP(main_map,0) MDRV_CPU_IO_MAP(sqix_port_map,0) - MDRV_CPU_VBLANK_INT_HACK(sqix_interrupt,3) /* ??? */ + MDRV_CPU_VBLANK_INT_HACK(sqix_interrupt,6) /* ??? */ MDRV_CPU_ADD(I8751, 12000000/3) /* ??? */ MDRV_CPU_PROGRAM_MAP(mcu_map,0) |
