diff options
Diffstat (limited to 'src/devices/machine/z80sio.cpp')
-rw-r--r-- | src/devices/machine/z80sio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |