mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
z80.lst: fix nsc800 compile
This commit is contained in:
parent
75d9b59cb8
commit
9c56254773
@ -693,7 +693,7 @@ macro nsc800_take_interrupt
|
||||
if (m_after_ldair) F &= ~PF;
|
||||
#endif
|
||||
|
||||
macro ncs800:check_interrupts
|
||||
macro nsc800:check_interrupts
|
||||
if (m_nmi_pending) {
|
||||
call take_nmi
|
||||
} else if ((m_nsc800_irq_state[0] != CLEAR_LINE || m_nsc800_irq_state[1] != CLEAR_LINE || m_nsc800_irq_state[2] != CLEAR_LINE) && m_iff1 && !m_after_ei) {
|
||||
|
Loading…
Reference in New Issue
Block a user