diff options
author | 2019-04-29 00:30:52 +0200 | |
---|---|---|
committer | 2019-04-29 00:30:52 +0200 | |
commit | 79104ae9224f1af4675d2b9285b15989fcc38f72 (patch) | |
tree | f6009c6bc1d7fe4d1463225e2da55bb2e98b61d7 | |
parent | 444a5a77fdd62543e2df69d2a4cc306cc6366cf7 (diff) |
ti99: Remove forgotten LOG flag, once again. (nw)
-rw-r--r-- | src/devices/bus/ti99/internal/datamux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/internal/datamux.cpp b/src/devices/bus/ti99/internal/datamux.cpp index ec2db94ce3e..d0e7d05a6c1 100644 --- a/src/devices/bus/ti99/internal/datamux.cpp +++ b/src/devices/bus/ti99/internal/datamux.cpp @@ -78,7 +78,7 @@ #define LOG_ADDRESS (1U<<4) // Address register #define LOG_WAITCOUNT (1U<<5) // Wait state counter -#define VERBOSE ( LOG_GENERAL | LOG_WARN | LOG_ADDRESS ) +#define VERBOSE ( LOG_GENERAL | LOG_WARN ) #include "logmacro.h" |