diff options
Diffstat (limited to 'src/mame/drivers/gatron.c')
-rw-r--r-- | src/mame/drivers/gatron.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gatron.c b/src/mame/drivers/gatron.c index ce6337a9176..c1bf042040a 100644 --- a/src/mame/drivers/gatron.c +++ b/src/mame/drivers/gatron.c @@ -437,7 +437,7 @@ GFXDECODE_END * Machine Drivers * *************************/ -static MACHINE_CONFIG_START( gat, driver_data_t ) +static MACHINE_CONFIG_START( gat, driver_device ) /* basic machine hardware */ MDRV_CPU_ADD("maincpu", Z80, MASTER_CLOCK/24) /* 666.66 kHz, guess */ |