summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mfabfz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mfabfz.cpp')
-rw-r--r--src/mame/drivers/mfabfz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mfabfz.cpp b/src/mame/drivers/mfabfz.cpp
index e6fd3181054..bc66f6591d8 100644
--- a/src/mame/drivers/mfabfz.cpp
+++ b/src/mame/drivers/mfabfz.cpp
@@ -79,7 +79,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(kansas_r);
DECLARE_WRITE_LINE_MEMBER(kansas_w);
u8 m_cass_data[5]{};
- bool m_cassoutbit, m_cassbit, m_cassold;
+ bool m_cassoutbit = false, m_cassbit = false, m_cassold = false;
required_device<cpu_device> m_maincpu;
required_device<cassette_image_device> m_cass;
required_device<i8251_device> m_uart;