summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ertictac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ertictac.c')
-rw-r--r--src/mame/drivers/ertictac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ertictac.c b/src/mame/drivers/ertictac.c
index 8e2eacf2d37..6b3974d9936 100644
--- a/src/mame/drivers/ertictac.c
+++ b/src/mame/drivers/ertictac.c
@@ -216,7 +216,7 @@ static const i2cmem_interface i2cmem_interface =
I2CMEM_SLAVE_ADDRESS, NVRAM_PAGE_SIZE, NVRAM_SIZE
};
-static MACHINE_CONFIG_START( ertictac, driver_data_t )
+static MACHINE_CONFIG_START( ertictac, driver_device )
MDRV_CPU_ADD("maincpu", ARM, 8000000) /* guess */
MDRV_CPU_PROGRAM_MAP(ertictac_map)