summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mc10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mc10.cpp')
-rw-r--r--src/mame/drivers/mc10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mc10.cpp b/src/mame/drivers/mc10.cpp
index ba4459479e4..2ee93ab7e7a 100644
--- a/src/mame/drivers/mc10.cpp
+++ b/src/mame/drivers/mc10.cpp
@@ -71,8 +71,8 @@ protected:
required_device<ram_device> m_ram;
optional_device<mc10cart_slot_device> m_mc10cart;
- uint8_t m_keyboard_strobe;
- uint8_t m_port2;
+ uint8_t m_keyboard_strobe = 0;
+ uint8_t m_port2 = 0;
uint8_t read_keyboard_strobe(bool single_line);