mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
f22777a547
@ -561,7 +561,7 @@ u32 pmmu_translate_addr_with_fc(u32 addr_in, u8 fc, bool rw, const int limit = 7
|
||||
return addr_out;
|
||||
}
|
||||
|
||||
if (!ptest && pmmu_atc_lookup<false>(addr_in, fc, rw, addr_out))
|
||||
if (!ptest && !pload && pmmu_atc_lookup<false>(addr_in, fc, rw, addr_out))
|
||||
{
|
||||
if (pload)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user