summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1994.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-04-07 18:03:57 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-04-07 18:03:57 +0200
commitdfa42a514b58769d56dee5ec033d7b8a2b65134c (patch)
tree2556f3b5836b92d5d057293cbb48a1bbbd7d5005 /src/devices/machine/ds1994.cpp
parent0121841abf14214a21416f39ebe917751cabafcd (diff)
misc fixes for bugs that showed up in devnoclear debug builds (nw)
Diffstat (limited to 'src/devices/machine/ds1994.cpp')
-rw-r--r--src/devices/machine/ds1994.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/ds1994.cpp b/src/devices/machine/ds1994.cpp
index 5bd8a7024ca..c8da607c35c 100644
--- a/src/devices/machine/ds1994.cpp
+++ b/src/devices/machine/ds1994.cpp
@@ -53,6 +53,7 @@ ds1994_device::ds1994_device(const machine_config &mconfig, const char *tag, dev
, m_rx(false)
, m_tx(false)
, m_state_ptr(0)
+ , m_offs_ro(false)
{
memset(m_ram, 0, sizeof(m_ram));
}