summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2010-03-09 22:06:38 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2010-03-09 22:06:38 +0000
commitcc3714419820323b69647982ec08ec3cb10657e7 (patch)
treec28a5d56ebf9c4235f764e098d925a8c5398ebbe
parentcc37f2df2aa8754538d1c36addffc0fb1f4266ee (diff)
Fix compile
-rw-r--r--src/mame/drivers/goldstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c
index 2c110a0e31a..db1b42e804f 100644
--- a/src/mame/drivers/goldstar.c
+++ b/src/mame/drivers/goldstar.c
@@ -5505,7 +5505,7 @@ static MACHINE_DRIVER_START( magical )
MDRV_CPU_ADD("maincpu", Z80, CPU_CLOCK)
MDRV_CPU_PROGRAM_MAP(magical_map)
//MDRV_CPU_IO_MAP(goldstar_readport)
- MDRV_CPU_VBLANK_INT("screen", goldstar_irq)
+ MDRV_CPU_VBLANK_INT("screen", lucky8_irq)
/* 3x 8255 */
MDRV_PPI8255_ADD( "ppi8255_0", lucky8_ppi8255_intf[0] )