summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2022-04-26 15:10:29 +0200
committer Vas Crabb <vas@vastheman.com>2022-04-27 01:32:06 +1000
commit11daee9c803d3c4f00dd67393f28fc25d7a663ad (patch)
treea2cf58910496df2f6da4e5f49b15b118697dee31
parent56ecdeef03760349175a112b23f67e3402ffa0c7 (diff)
cat702: init 2 more variables
-rw-r--r--src/mame/machine/cat702.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/cat702.cpp b/src/mame/machine/cat702.cpp
index 26f135718de..38c51950e6f 100644
--- a/src/mame/machine/cat702.cpp
+++ b/src/mame/machine/cat702.cpp
@@ -95,6 +95,8 @@ cat702_device::cat702_device(const machine_config &mconfig, const char *tag, dev
m_select(1),
m_clock(1),
m_datain(1),
+ m_state(0),
+ m_bit(0),
m_dataout_handler(*this)
{
}