mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
m68000: Don't clear interrupt input state upon reset
This commit is contained in:
parent
faae453fc9
commit
b549bc49dd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user