summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midyunit.c')
-rw-r--r--src/mame/drivers/midyunit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/midyunit.c b/src/mame/drivers/midyunit.c
index e24b2112675..f598f763ca3 100644
--- a/src/mame/drivers/midyunit.c
+++ b/src/mame/drivers/midyunit.c
@@ -1014,7 +1014,7 @@ static const tms34010_config yunit_tms_config =
*
*************************************/
-static MACHINE_CONFIG_START( zunit, driver_data_t )
+static MACHINE_CONFIG_START( zunit, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", TMS34010, FAST_MASTER_CLOCK)
@@ -1047,7 +1047,7 @@ MACHINE_CONFIG_END
*
*************************************/
-static MACHINE_CONFIG_START( yunit_core, driver_data_t )
+static MACHINE_CONFIG_START( yunit_core, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", TMS34010, SLOW_MASTER_CLOCK)