mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Merge pull request #353 from Happy-yappH/master
Reduce quantum frequency. Optimal value still undetermined and likel…
This commit is contained in:
commit
2d9c3b4510
@ -406,7 +406,7 @@ static MACHINE_CONFIG_START( n64, n64_mess_state )
|
||||
MCFG_RSP_SP_SET_STATUS_CB(DEVWRITE32("rcp",n64_periphs, sp_set_status))
|
||||
MCFG_CPU_PROGRAM_MAP(rsp_map)
|
||||
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(1000000))
|
||||
MCFG_QUANTUM_TIME(attotime::from_hz(500000))
|
||||
//MCFG_QUANTUM_TIME(attotime::from_hz(1200))
|
||||
|
||||
/* video hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user