summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drivenum.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-11-12 09:11:54 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-11-12 09:12:36 +0100
commit6b18f9043848ad031373df174609b3b3e0e28be3 (patch)
tree43a1050adfdafe97ec512c89e2bc75273f820a6f /src/emu/drivenum.cpp
parente71e37e54f3df6bcd77aaaec5aac18db082b81a2 (diff)
Revert "Added IS_ENABLED, so we have compiler check for non used part, it is checked but not compiled in (nw)"
This reverts commit c0407f073bf7afe26407c4add5cfeaf7104913c9.
Diffstat (limited to 'src/emu/drivenum.cpp')
-rw-r--r--src/emu/drivenum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivenum.cpp b/src/emu/drivenum.cpp
index e6585dbedfb..4f111d35f0f 100644
--- a/src/emu/drivenum.cpp
+++ b/src/emu/drivenum.cpp
@@ -247,7 +247,7 @@ void driver_enumerator::include_all()
// always exclude the empty driver
int empty = find("___empty");
assert(empty != -1);
- m_included[empty] = false;
+ m_included[empty] = 0;
}