diff options
author | 2021-07-23 14:44:53 +0700 | |
---|---|---|
committer | 2021-07-23 14:44:53 +0700 | |
commit | 6b4f53d5e0983d0402a8023393c1bfdf2d644047 (patch) | |
tree | d6480bc1b30cbf92fb8c8e320550d141fdbff945 | |
parent | 582d89f810071d89173015092185b8d27ae25374 (diff) |
ns32082: remove obsolete comment
-rw-r--r-- | src/devices/machine/ns32082.cpp | 5 |
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 |