summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magicard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magicard.c')
-rw-r--r--src/mame/drivers/magicard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magicard.c b/src/mame/drivers/magicard.c
index 1368f395f02..3ffb4ba226f 100644
--- a/src/mame/drivers/magicard.c
+++ b/src/mame/drivers/magicard.c
@@ -626,7 +626,7 @@ static INTERRUPT_GEN( magicard_irq )
static MACHINE_DRIVER_START( magicard )
MDRV_CPU_ADD("maincpu", SCC68070, CLOCK_A/2) /* SCC-68070 CCA84 datasheet */
MDRV_CPU_PROGRAM_MAP(magicard_mem)
- MDRV_CPU_VBLANK_INT("screen", magicard_irq) /* no interrupts? (it erases the vectors..) */
+ MDRV_CPU_VBLANK_INT("screen", magicard_irq) /* no interrupts? (it erases the vectors..) */
MDRV_SCREEN_ADD("screen", RASTER)
MDRV_SCREEN_REFRESH_RATE(60)