From b3bf611e17a39b16ea39a722ba3089de7561dad8 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Mon, 15 Apr 2019 01:04:34 +0200 Subject: [PATCH] tms9900: Remove forgotten LOG flag. (nw) --- src/devices/cpu/tms9900/tms9900.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/tms9900/tms9900.cpp b/src/devices/cpu/tms9900/tms9900.cpp index b881c96de4c..c7719cef76e 100644 --- a/src/devices/cpu/tms9900/tms9900.cpp +++ b/src/devices/cpu/tms9900/tms9900.cpp @@ -146,7 +146,7 @@ enum #define LOG_DETAIL (1U<<31) // Increased detail // Minimum log should be warnings -#define VERBOSE ( LOG_GENERAL | LOG_WARN | LOG_ADDRESSBUS ) +#define VERBOSE ( LOG_GENERAL | LOG_WARN ) #include "logmacro.h"