summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/adc0808.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/adc0808.cpp')
-rw-r--r--src/devices/machine/adc0808.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/adc0808.cpp b/src/devices/machine/adc0808.cpp
index dc173cc178e..da7b21f883e 100644
--- a/src/devices/machine/adc0808.cpp
+++ b/src/devices/machine/adc0808.cpp
@@ -29,9 +29,9 @@ adc0808_device::adc0808_device(const machine_config &mconfig, const char *tag, d
m_address(0),
m_start(0),
m_eoc(0),
- m_next_eoc(0),
+ m_next_eoc(0), m_sar(0),
m_cycle(0),
- m_bit(0)
+ m_bit(0), m_cycle_timer(nullptr)
{
}