m68000: Don't clear interrupt input state upon reset

This commit is contained in:
AJR 2021-01-08 17:51:56 -05:00
parent faae453fc9
commit b549bc49dd

View File

@ -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 */