From dfa42a514b58769d56dee5ec033d7b8a2b65134c Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Tue, 7 Apr 2020 18:03:57 +0200 Subject: misc fixes for bugs that showed up in devnoclear debug builds (nw) --- src/devices/machine/ds1994.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/devices/machine/ds1994.cpp') 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)); } -- cgit v1.2.3