summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ttchamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ttchamp.c')
-rw-r--r--src/mame/drivers/ttchamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ttchamp.c b/src/mame/drivers/ttchamp.c
index 907cf224036..f5178a00921 100644
--- a/src/mame/drivers/ttchamp.c
+++ b/src/mame/drivers/ttchamp.c
@@ -222,7 +222,7 @@ static INTERRUPT_GEN( ttchamp_irq ) /* right? */
cpu_set_input_line(device, INPUT_LINE_NMI, PULSE_LINE);
}
-static MACHINE_CONFIG_START( ttchamp, driver_data_t )
+static MACHINE_CONFIG_START( ttchamp, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", V30, 8000000)
MDRV_CPU_PROGRAM_MAP(ttchamp_map)