mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
apple/apple3_m.cpp: Update reset/NMI handling for all key press sequences (#11490)
This commit is contained in:
parent
c76a5beeb9
commit
3a33b3b6fb
@ -1136,7 +1136,7 @@ INPUT_CHANGED_MEMBER(apple3_state::keyb_special_changed)
|
||||
m_maincpu->set_input_line(INPUT_LINE_RESET, ASSERT_LINE);
|
||||
}
|
||||
}
|
||||
else if ((m_kbspecial->read() & 0x80) && (m_via_0_a & ENV_NMIENABLE))
|
||||
else if ((m_kbspecial->read() & 0x80) && (m_via_0_a & ENV_NMIENABLE) && !m_reset_latch)
|
||||
{
|
||||
// reset key only pressed (NMI)
|
||||
if (!m_nmi_latch)
|
||||
|
Loading…
Reference in New Issue
Block a user