summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms1000/tms1k_base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms1000/tms1k_base.cpp')
-rw-r--r--src/devices/cpu/tms1000/tms1k_base.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/tms1000/tms1k_base.cpp b/src/devices/cpu/tms1000/tms1k_base.cpp
index d21d7eeea90..8034c2c7b4c 100644
--- a/src/devices/cpu/tms1000/tms1k_base.cpp
+++ b/src/devices/cpu/tms1000/tms1k_base.cpp
@@ -86,6 +86,7 @@ tms1k_base_device::tms1k_base_device(const machine_config &mconfig, device_type
m_byte_bits(byte_bits),
m_x_bits(x_bits),
m_stack_levels(stack_levels),
+ m_option_dec_div(0),
m_read_k(*this),
m_write_o(*this),
m_write_r(*this),