mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
switched to XTAL_101_4912MHz instead of XTAL_100MHz to match what guru says
This commit is contained in:
parent
0b0153c45e
commit
50c020298b
@ -377,7 +377,7 @@ static MACHINE_RESET( namcos10 )
|
||||
|
||||
static MACHINE_DRIVER_START( namcos10 )
|
||||
/* basic machine hardware */
|
||||
MDRV_CPU_ADD( PSXCPU, XTAL_100MHz / 2 )
|
||||
MDRV_CPU_ADD( PSXCPU, XTAL_101_4912MHz / 2 )
|
||||
MDRV_CPU_PROGRAM_MAP( namcos10_map, 0 )
|
||||
MDRV_CPU_VBLANK_INT( psx_vblank, 1 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user