diff options
author | 2017-11-17 16:57:27 +1100 | |
---|---|---|
committer | 2017-11-17 16:57:27 +1100 | |
commit | 711d7b490e48b4dd4bbaae46cbde6b8f87788be1 (patch) | |
tree | 9be0afe13b504642164aa1428b6323ba6ee64de2 /src/devices/machine/z80sio.cpp | |
parent | 6407707ccc3445af120e5f7429392d4d344321e9 (diff) |
fix (nw)
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 |