summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xtheball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xtheball.c')
-rw-r--r--src/mame/drivers/xtheball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xtheball.c b/src/mame/drivers/xtheball.c
index 2516c39c01d..834d0cbf033 100644
--- a/src/mame/drivers/xtheball.c
+++ b/src/mame/drivers/xtheball.c
@@ -344,7 +344,7 @@ static MACHINE_DRIVER_START( xtheball )
MDRV_CPU_ADD("maincpu", TMS34010, 40000000)
MDRV_CPU_CONFIG(tms_config)
- MDRV_CPU_PROGRAM_MAP(main_map,0)
+ MDRV_CPU_PROGRAM_MAP(main_map)
MDRV_CPU_PERIODIC_INT(irq1_line_hold,15000)
MDRV_MACHINE_RESET(xtheball)