This commit is contained in:
Vas Crabb 2017-11-17 16:57:27 +11:00
parent 6407707ccc
commit 711d7b490e

View File

@ -1142,7 +1142,7 @@ void z80sio_channel::reset_ext_status()
{ {
// this will clear latched external pin state // this will clear latched external pin state
m_ext_latched = 0; m_ext_latched = 0;
m_break_latched = 0; m_brk_latched = 0;
read_ext(); read_ext();
// Clear any pending External interrupt // Clear any pending External interrupt