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 165575655a7..3d923521412 100644
--- a/src/mame/drivers/xtheball.c
+++ b/src/mame/drivers/xtheball.c
@@ -320,7 +320,7 @@ static const tms34010_config tms_config =
*
*************************************/
-static MACHINE_CONFIG_START( xtheball, driver_data_t )
+static MACHINE_CONFIG_START( xtheball, driver_device )
MDRV_CPU_ADD("maincpu", TMS34010, 40000000)
MDRV_CPU_CONFIG(tms_config)