summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cdislavehle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cdislavehle.cpp')
-rw-r--r--src/mame/machine/cdislavehle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cdislavehle.cpp b/src/mame/machine/cdislavehle.cpp
index ef7d5be3030..c8e01d67a10 100644
--- a/src/mame/machine/cdislavehle.cpp
+++ b/src/mame/machine/cdislavehle.cpp
@@ -23,7 +23,7 @@ TODO:
#define LOG_READS (1 << 2)
#define LOG_WRITES (1 << 3)
#define LOG_UNKNOWNS (1 << 4)
-#define LOG_ALL (LOG_IRQS | LOG_COMMANDS | LOG_READS | LOG_WRITES | LOG_UNKNOWNS)
+#define LOG_ALL (LOG_IRQS | LOG_COMMANDS | LOG_READS | LOG_WRITES | LOG_UNKNOWNS)
#define VERBOSE (0)
#include "logmacro.h"