From 711d7b490e48b4dd4bbaae46cbde6b8f87788be1 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 17 Nov 2017 16:57:27 +1100 Subject: [PATCH] fix (nw) --- src/devices/machine/z80sio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/z80sio.cpp b/src/devices/machine/z80sio.cpp index 424afbeb6f0..388e147d900 100644 --- a/src/devices/machine/z80sio.cpp +++ b/src/devices/machine/z80sio.cpp @@ -1142,7 +1142,7 @@ void z80sio_channel::reset_ext_status() { // this will clear latched external pin state m_ext_latched = 0; - m_break_latched = 0; + m_brk_latched = 0; read_ext(); // Clear any pending External interrupt