summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pangofun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pangofun.c')
-rw-r--r--src/mame/drivers/pangofun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pangofun.c b/src/mame/drivers/pangofun.c
index 99fd66f7383..524ea9ebcca 100644
--- a/src/mame/drivers/pangofun.c
+++ b/src/mame/drivers/pangofun.c
@@ -110,7 +110,7 @@ static INPUT_PORTS_START( pangofun )
INPUT_PORTS_END
-static MACHINE_CONFIG_START( pangofun, driver_data_t )
+static MACHINE_CONFIG_START( pangofun, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", I486, 14318180*2) /* I486 ?? Mhz */
MDRV_CPU_PROGRAM_MAP(pangofun_map)