diff options
Diffstat (limited to 'src/mame/drivers/quakeat.c')
-rw-r--r-- | src/mame/drivers/quakeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/quakeat.c b/src/mame/drivers/quakeat.c index 2d331342b79..6388e4c1b5f 100644 --- a/src/mame/drivers/quakeat.c +++ b/src/mame/drivers/quakeat.c @@ -147,7 +147,7 @@ static MACHINE_START(quakeat) } /*************************************************************/ -static MACHINE_CONFIG_START( quake, driver_data_t ) +static MACHINE_CONFIG_START( quake, driver_device ) /* basic machine hardware */ MDRV_CPU_ADD("maincpu", PENTIUM, 233000000) /* Pentium II, 233MHz */ MDRV_CPU_PROGRAM_MAP(quake_map) |