summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32082.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ns32082.cpp')
-rw-r--r--src/devices/machine/ns32082.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/ns32082.cpp b/src/devices/machine/ns32082.cpp
index 2e1ad4871b0..57beccb4075 100644
--- a/src/devices/machine/ns32082.cpp
+++ b/src/devices/machine/ns32082.cpp
@@ -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