diff options
author | 2019-04-15 01:04:34 +0200 | |
---|---|---|
committer | 2019-04-15 01:04:34 +0200 | |
commit | b3bf611e17a39b16ea39a722ba3089de7561dad8 (patch) | |
tree | e73917248c2a90c34483d390c09c02aad7e98e4c | |
parent | 8b018d198c8d6986e3f988ad087c87e080a08868 (diff) |
tms9900: Remove forgotten LOG flag. (nw)
-rw-r--r-- | src/devices/cpu/tms9900/tms9900.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |