summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gomoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gomoku.c')
-rw-r--r--src/mame/drivers/gomoku.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gomoku.c b/src/mame/drivers/gomoku.c
index 5c9afd136c8..8a7844315b6 100644
--- a/src/mame/drivers/gomoku.c
+++ b/src/mame/drivers/gomoku.c
@@ -117,7 +117,7 @@ static GFXDECODE_START( gomoku )
GFXDECODE_END
-static MACHINE_CONFIG_START( gomoku, driver_data_t )
+static MACHINE_CONFIG_START( gomoku, driver_device )
/* basic machine hardware */
MDRV_CPU_ADD("maincpu", Z80, XTAL_18_432MHz/12) /* 1.536 MHz ? */
MDRV_CPU_PROGRAM_MAP(gomoku_map)