diff options
Diffstat (limited to 'src/mame/drivers/vp101.c')
-rw-r--r-- | src/mame/drivers/vp101.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vp101.c b/src/mame/drivers/vp101.c index 5eb587f00c3..3d4e41b7a0d 100644 --- a/src/mame/drivers/vp101.c +++ b/src/mame/drivers/vp101.c @@ -55,7 +55,7 @@ static const mips3_config r5000_config = 100000000 /* system (bus) clock */ }; -static MACHINE_CONFIG_START( vp101, driver_data_t ) +static MACHINE_CONFIG_START( vp101, driver_device ) MDRV_CPU_ADD("maincpu", R5000LE, 300000000) /* actually VR5500 with added NEC VR-series custom instructions */ MDRV_CPU_CONFIG(r5000_config) MDRV_CPU_PROGRAM_MAP(main_map) |