mirror of
https://github.com/holub/mame
synced 2025-05-05 13:54:42 +03:00
m6809: Now setting the E condition code when SWI instruction is executed (nw)
This commit is contained in:
parent
41cd535195
commit
74408485b7
@ -489,6 +489,7 @@ SWI:
|
||||
// doesn't use SOFTWARE_INTERRUPT label because SWI will
|
||||
// inhibit IRQ/FIRQ
|
||||
set_ea(VECTOR_SWI);
|
||||
m_cc |= CC_E;
|
||||
set_regop16(m_s);
|
||||
m_temp.w = entire_state_registers();
|
||||
%PUSH_REGISTERS;
|
||||
|
Loading…
Reference in New Issue
Block a user