summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas32.c')
-rw-r--r--src/mame/drivers/segas32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/segas32.c b/src/mame/drivers/segas32.c
index 98f1c6468d5..cc0816ab172 100644
--- a/src/mame/drivers/segas32.c
+++ b/src/mame/drivers/segas32.c
@@ -2183,7 +2183,7 @@ static READ16_HANDLER( dual_pcb_masterslave )
*
*************************************/
-static MACHINE_CONFIG_START( system32, driver_data_t )
+static MACHINE_CONFIG_START( system32, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", V60, MASTER_CLOCK/2)
@@ -2240,7 +2240,7 @@ static MACHINE_CONFIG_DERIVED( system32_v25, system32 )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_START( multi32, driver_data_t )
+static MACHINE_CONFIG_START( multi32, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", V70, MULTI32_CLOCK/2)