mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
hyperactive neogeo 64 also uses the vr4300 (change untested)
This commit is contained in:
parent
e2df23829c
commit
53d0dee3d4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user