mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
IOP Debug: allow reading ROM
This commit is contained in:
@@ -1029,6 +1029,11 @@ bool R3000DebugInterface::isValidAddress(u32 addr)
|
||||
return true;
|
||||
}
|
||||
|
||||
if (addr >= 0x1FC00000 && addr < 0x20000000)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
if (addr < 0x200000)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user