summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/machine/upd765.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd765.cpp b/src/devices/machine/upd765.cpp
index 25074f52c5e..2bacd5bdbf9 100644
--- a/src/devices/machine/upd765.cpp
+++ b/src/devices/machine/upd765.cpp
@@ -20,7 +20,7 @@
#define LOG_LIVE (1U << 12) // Live states
#define LOG_DONE (1U << 13) // Command done
-#define VERBOSE (0xffff)
+#define VERBOSE (LOG_GENERAL | LOG_WARN)
#include "logmacro.h"