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 766b58203bf..a348260f510 100644
--- a/src/mame/drivers/xtheball.c
+++ b/src/mame/drivers/xtheball.c
@@ -338,7 +338,7 @@ static MACHINE_CONFIG_START( xtheball, xtheball_state )
MCFG_CPU_ADD("maincpu", TMS34010, 40000000)
MCFG_CPU_CONFIG(tms_config)
MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_PERIODIC_INT(irq1_line_hold, 15000)
+ MCFG_CPU_PERIODIC_INT_DRIVER(xtheball_state, irq1_line_hold, 15000)
MCFG_NVRAM_ADD_1FILL("nvram")