summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-15 14:00:01 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-15 14:10:47 +0200
commita83a3c4497f2e5c09d0deb7468bde645ffb3e89e (patch)
tree5639460e393afd309799e53d487d0ddd6d831032 /src/emu/validity.cpp
parent685824106cf5a490b54685582f7d97c3a97afc47 (diff)
lower deps on clifront.h (nw)
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++)