summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb/abc800kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abckb/abc800kb.cpp')
-rw-r--r--src/devices/bus/abckb/abc800kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abckb/abc800kb.cpp b/src/devices/bus/abckb/abc800kb.cpp
index dd3cbbc7f51..511b1fe7c91 100644
--- a/src/devices/bus/abckb/abc800kb.cpp
+++ b/src/devices/bus/abckb/abc800kb.cpp
@@ -352,7 +352,7 @@ abc800_keyboard_device::abc800_keyboard_device(const machine_config &mconfig, co
m_txd(1),
m_clk(0),
m_stb(1),
- m_keydown(1)
+ m_keydown(1), m_serial_timer(nullptr)
{
}