summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/cpu/m68000/m68kcpu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/m68000/m68kcpu.cpp b/src/devices/cpu/m68000/m68kcpu.cpp
index 5088f184e43..6f47f9b9a4e 100644
--- a/src/devices/cpu/m68000/m68kcpu.cpp
+++ b/src/devices/cpu/m68000/m68kcpu.cpp
@@ -1108,8 +1108,6 @@ void m68000_base_device::device_reset()
m68ki_clear_trace();
/* Interrupt mask to level 7 */
m_int_mask = 0x0700;
- m_int_level = 0;
- m_virq_state = 0;
/* Reset VBR */
m_vbr = 0;
/* Go to supervisor mode */