summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midwunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midwunit.c')
-rw-r--r--src/mame/drivers/midwunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/midwunit.c b/src/mame/drivers/midwunit.c
index dfb2a8c8c64..0914dfdab0a 100644
--- a/src/mame/drivers/midwunit.c
+++ b/src/mame/drivers/midwunit.c
@@ -631,7 +631,7 @@ static const tms34010_config tms_config =
*
*************************************/
-static MACHINE_CONFIG_START( wunit, driver_data_t )
+static MACHINE_CONFIG_START( wunit, driver_device )
MDRV_CPU_ADD("maincpu", TMS34010, 50000000)
MDRV_CPU_CONFIG(tms_config)