mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
n64.cpp: Disabled fast RAM, as it prevents watchpoints from working and doesn't gain much on the interpreter core. [Ryan Holtz]
This commit is contained in:
parent
1079f45424
commit
493b5116ff
@ -2731,7 +2731,7 @@ void n64_state::machine_start()
|
||||
m_vr4300->mips3drc_set_options(MIPS3DRC_COMPATIBLE_OPTIONS);
|
||||
|
||||
/* configure fast RAM regions */
|
||||
m_vr4300->add_fastram(0x00000000, 0x007fffff, FALSE, m_rdram);
|
||||
//m_vr4300->add_fastram(0x00000000, 0x007fffff, FALSE, m_rdram);
|
||||
|
||||
rsp_device *rsp = machine().device<rsp_device>("rsp");
|
||||
rsp->rspdrc_set_options(RSPDRC_STRICT_VERIFY);
|
||||
|
Loading…
Reference in New Issue
Block a user