summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas24.c')
-rw-r--r--src/mame/drivers/segas24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas24.c b/src/mame/drivers/segas24.c
index 224662bca50..a6510f2ecf0 100644
--- a/src/mame/drivers/segas24.c
+++ b/src/mame/drivers/segas24.c
@@ -1772,7 +1772,7 @@ static const ym2151_interface ym2151_config =
*
*************************************/
-static MACHINE_CONFIG_START( system24, driver_data_t )
+static MACHINE_CONFIG_START( system24, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", M68000, MASTER_CLOCK/2)
MDRV_CPU_PROGRAM_MAP(system24_cpu1_map)