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:
therealmogminer@gmail.com 2016-06-08 10:18:15 +10:00 committed by Vas Crabb
parent 1079f45424
commit 493b5116ff

View File

@ -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);