summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/statriv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/statriv2.c')
-rw-r--r--src/mame/drivers/statriv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/statriv2.c b/src/mame/drivers/statriv2.c
index b6e09532541..7d3cf632b07 100644
--- a/src/mame/drivers/statriv2.c
+++ b/src/mame/drivers/statriv2.c
@@ -567,7 +567,7 @@ static const tms9927_interface tms9927_intf =
*
*************************************/
-static MACHINE_CONFIG_START( statriv2, driver_data_t )
+static MACHINE_CONFIG_START( statriv2, driver_device )
/* basic machine hardware */
/* FIXME: The 8085A had a max clock of 6MHz, internally divided by 2! */
MDRV_CPU_ADD("maincpu", I8085A, MASTER_CLOCK)