summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/keyboard/lle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/interpro/keyboard/lle.h')
-rw-r--r--src/devices/bus/interpro/keyboard/lle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/interpro/keyboard/lle.h b/src/devices/bus/interpro/keyboard/lle.h
index d1e3d65f941..ef288bb0da6 100644
--- a/src/devices/bus/interpro/keyboard/lle.h
+++ b/src/devices/bus/interpro/keyboard/lle.h
@@ -30,7 +30,7 @@ protected:
virtual void io_map(address_map &map);
virtual void ext_map(address_map &map);
- DECLARE_WRITE_LINE_MEMBER(input_txd) override { m_txd = (state == ASSERT_LINE) ? 0 : 1; }
+ DECLARE_WRITE_LINE_MEMBER(input_txd) override { m_txd = state; }
DECLARE_READ_LINE_MEMBER(t0_r);
DECLARE_READ_LINE_MEMBER(t1_r);