summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-15 01:58:40 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-15 01:58:40 -0400
commit37c6acfdad3fddcc28b0589bd61b523d26e40df7 (patch)
tree247abc215611c14878c9eb9e5eb640bc29d8a107
parentac2578aaa64f8a14cc949c897da23ee1d23e64f9 (diff)
i8155: Silence logging (nw)
-rw-r--r--src/devices/machine/i8155.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8155.cpp b/src/devices/machine/i8155.cpp
index d562b46f0e6..8d7adef7760 100644
--- a/src/devices/machine/i8155.cpp
+++ b/src/devices/machine/i8155.cpp
@@ -40,7 +40,7 @@ DEFINE_DEVICE_TYPE(I8156, i8156_device, "i8156", "Intel 8156 RAM, I/O & Timer")
#define LOG_PORT (1U << 0)
#define LOG_TIMER (1U << 1)
-#define VERBOSE (LOG_PORT | LOG_TIMER)
+#define VERBOSE (0)
#include "logmacro.h"
enum