summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitotz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotz.c')
-rw-r--r--src/mame/drivers/taitotz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c
index 1b770f11609..719ecba937f 100644
--- a/src/mame/drivers/taitotz.c
+++ b/src/mame/drivers/taitotz.c
@@ -102,7 +102,7 @@ static const powerpc_config ppc603e_config =
};
-static MACHINE_CONFIG_START( taitotz, driver_data_t )
+static MACHINE_CONFIG_START( taitotz, driver_device )
MDRV_CPU_ADD("maincpu", PPC603E, 100000000)
MDRV_CPU_CONFIG(ppc603e_config)
MDRV_CPU_PROGRAM_MAP(ppc603e_mem)