hyperactive neogeo 64 also uses the vr4300 (change untested)

This commit is contained in:
davidhay 2009-03-14 16:38:56 +00:00
parent e2df23829c
commit 53d0dee3d4

View File

@ -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)