diff --git a/src/mame/drivers/hng64.c b/src/mame/drivers/hng64.c index b6b9afbc07d..ea4eb32d01d 100644 --- a/src/mame/drivers/hng64.c +++ b/src/mame/drivers/hng64.c @@ -1502,7 +1502,7 @@ static MACHINE_RESET(hyperneo) static MACHINE_DRIVER_START( hng64 ) /* basic machine hardware */ - MDRV_CPU_ADD("maincpu", R4600BE, MASTER_CLOCK) // actually R4300 + MDRV_CPU_ADD("maincpu", VR4300BE, MASTER_CLOCK) // actually R4300 MDRV_CPU_CONFIG(config) MDRV_CPU_PROGRAM_MAP(hng_map, 0) MDRV_CPU_VBLANK_INT_HACK(irq_start,3)