mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
m68000: fixed the real MMU problem Domain/OS was having; Mac still works. [Hans Ostermeyer]
This commit is contained in:
parent
d5341ba722
commit
cc70a8e69f
@ -199,7 +199,7 @@ void pmmu_atc_flush_fc_ea(const u16 modes)
|
||||
{
|
||||
const int fcmask = (modes >> 5) & 7;
|
||||
const int fc = fc_from_modes(modes) & fcmask;
|
||||
const int ps = (m_mmu_tc >> 16) & 0xf;
|
||||
const int ps = (m_mmu_tc >> 20) & 0xf;
|
||||
const int mode = (modes >> 10) & 7;
|
||||
u32 ea;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user