mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix PMMU translation error that broke macii (nw)
This commit is contained in:
parent
cfa6932868
commit
2bd4b71f12
@ -1529,7 +1529,7 @@ void m68000_base_device::init32mmu(address_space &space, address_space &ospace)
|
||||
}
|
||||
switch (address & 3) {
|
||||
case 0:
|
||||
m_space->write_dword(address, data, 0xffffffffU);
|
||||
m_space->write_dword(address0, data, 0xffffffffU);
|
||||
break;
|
||||
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user