summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/bus/ti99/internal/datamux.cpp2
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"