summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-10-31 19:52:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-10-31 19:52:11 -0400
commitf9170246e9481819a7d237fbe56454fce4ab02a2 (patch)
tree242feae0335061ad156a2feef28eea2b7c629b49
parent54e056a86e5b9aa2dea6cc80b05d0a111c90e355 (diff)
Build fix (nw)
-rw-r--r--src/devices/bus/ti99/internal/998board.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/ti99/internal/998board.cpp b/src/devices/bus/ti99/internal/998board.cpp
index 7a26aaa5d23..13258348133 100644
--- a/src/devices/bus/ti99/internal/998board.cpp
+++ b/src/devices/bus/ti99/internal/998board.cpp
@@ -2262,6 +2262,7 @@ oso_device::oso_device(const machine_config &mconfig, const char *tag, device_t
m_wrst(false), m_counting(false),
m_rq2(false), m_rq2old(true)
{
+ (void)m_shskold;
m_hexbus_inbound = nullptr;
m_hexbus_outbound = nullptr;
}