mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
iteagle: Set MIPS3DRC_STRICT_VERIFY option. Sees to eliminate game hangs in bbh series. (nw)
This commit is contained in:
parent
51c7ddb2a6
commit
20e7cd381f
@ -131,12 +131,8 @@ public:
|
||||
|
||||
void iteagle_state::machine_start()
|
||||
{
|
||||
/* set the fastest DRC options */
|
||||
m_maincpu->mips3drc_set_options(MIPS3DRC_FASTEST_OPTIONS);
|
||||
|
||||
/* configure fast RAM regions for DRC */
|
||||
//m_maincpu->mips3drc_add_fastram(0x00000000, 16*1024*1024-1, false, m_rambase);
|
||||
//m_maincpu->mips3drc_add_fastram(0x1fc00000, 0x1fc7ffff, true, m_rombase);
|
||||
// Setting MIPS3DRC_STRICT_VERIFY seems to eliminate the hangs in the bbh series
|
||||
m_maincpu->mips3drc_set_options(MIPS3DRC_STRICT_VERIFY);
|
||||
}
|
||||
|
||||
void iteagle_state::machine_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user