mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +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
|
// doesn't use SOFTWARE_INTERRUPT label because SWI will
|
||||||
// inhibit IRQ/FIRQ
|
// inhibit IRQ/FIRQ
|
||||||
set_ea(VECTOR_SWI);
|
set_ea(VECTOR_SWI);
|
||||||
|
m_cc |= CC_E;
|
||||||
set_regop16(m_s);
|
set_regop16(m_s);
|
||||||
m_temp.w = entire_state_registers();
|
m_temp.w = entire_state_registers();
|
||||||
%PUSH_REGISTERS;
|
%PUSH_REGISTERS;
|
||||||
|
Loading…
Reference in New Issue
Block a user