Update MemoryVirtualMem.cpp
This commit is contained in:
parent
667f95fe47
commit
aa4cc8afce
|
@ -5578,13 +5578,13 @@ void CMipsMemoryVM::Write32CartridgeDomain2Address2(void)
|
||||||
g_MMU->DmaFromSram(tmp, (m_MemLookupAddress & 0x1FFFFFFF) - 0x08000000, 4);
|
g_MMU->DmaFromSram(tmp, (m_MemLookupAddress & 0x1FFFFFFF) - 0x08000000, 4);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((m_MemLookupAddress & 0x1FFFFFFF) != 0x08010000)
|
/*if ((m_MemLookupAddress & 0x1FFFFFFF) != 0x08010000)
|
||||||
{
|
{
|
||||||
if (bHaveDebugger())
|
if (bHaveDebugger())
|
||||||
{
|
{
|
||||||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
if (g_System->m_SaveUsing == SaveChip_Auto)
|
if (g_System->m_SaveUsing == SaveChip_Auto)
|
||||||
{
|
{
|
||||||
g_System->m_SaveUsing = SaveChip_FlashRam;
|
g_System->m_SaveUsing = SaveChip_FlashRam;
|
||||||
|
|
Loading…
Reference in New Issue