mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
ns32082: remove obsolete comment
This commit is contained in:
parent
582d89f810
commit
6b4f53d5e0
@ -384,11 +384,6 @@ void ns32082_device::set_msr(u32 data)
|
||||
m_msr = (m_msr & ~MSR_WM) | (data & MSR_WM);
|
||||
}
|
||||
|
||||
/*
|
||||
* FIXME: RDVAL/WRVAL don't trigger abort on protection failures, but it's not
|
||||
* clear if the memory access is cancelled on a protection failure or invalid
|
||||
* level 2 page table entry. Also not clear if MSR/EIA are updated.
|
||||
*/
|
||||
ns32082_device::translate_result ns32082_device::translate(address_space &space, unsigned st, u32 &address, bool user, bool write, bool debug)
|
||||
{
|
||||
// check translation required
|
||||
|
Loading…
Reference in New Issue
Block a user