summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/validity.cpp')
-rw-r--r--src/emu/validity.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/validity.cpp b/src/emu/validity.cpp
index 2397ad444a6..e4200759952 100644
--- a/src/emu/validity.cpp
+++ b/src/emu/validity.cpp
@@ -116,7 +116,8 @@ validity_checker::validity_checker(emu_options &options)
m_current_driver(nullptr),
m_current_config(nullptr),
m_current_device(nullptr),
- m_current_ioport(nullptr)
+ m_current_ioport(nullptr),
+ m_validate_all(false)
{
// pre-populate the defstr map with all the default strings
for (int strnum = 1; strnum < INPUT_STRING_COUNT; strnum++)