diff options
author | 2018-02-14 20:34:21 -0500 | |
---|---|---|
committer | 2018-02-14 20:34:21 -0500 | |
commit | e415d84fabd4b7d8b0dfdcbb24210130a89c13b8 (patch) | |
tree | 0c23c6f355ca710d922f24b71251f06adafbd8d6 /src/devices/bus/abckb/abc77.cpp | |
parent | fe8d56bb6ec42b7c96774e6d9178099f6ff25bf9 (diff) |
Fix build by removing unused variables (nw)
Diffstat (limited to 'src/devices/bus/abckb/abc77.cpp')
-rw-r--r-- | src/devices/bus/abckb/abc77.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abckb/abc77.cpp b/src/devices/bus/abckb/abc77.cpp index 9f4b469a298..3f2f58d27eb 100644 --- a/src/devices/bus/abckb/abc77.cpp +++ b/src/devices/bus/abckb/abc77.cpp @@ -423,7 +423,7 @@ abc77_device::abc77_device(const machine_config &mconfig, device_type type, cons m_dsw(*this, "DSW"), m_txd(1), m_keylatch(0), m_keydown(1), - m_clock(0), m_hys(0), m_reset(0), + m_clock(0), m_hys(0), m_stb(1), m_j3(0), m_serial_timer(nullptr), m_reset_timer(nullptr) { } |