From e464a49448ded97b8ee2dd407dfe92f4a59e3d3a Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 25 Sep 2021 18:15:08 -0400 Subject: [PATCH] tx0: Turn RIM logging back off --- src/devices/cpu/tx0/tx0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/tx0/tx0.cpp b/src/devices/cpu/tx0/tx0.cpp index 54d31301b04..e6945641040 100644 --- a/src/devices/cpu/tx0/tx0.cpp +++ b/src/devices/cpu/tx0/tx0.cpp @@ -16,7 +16,7 @@ #include "debugger.h" #define LOG_RIM (1 << 1U) -#define VERBOSE (LOG_RIM) +//#define VERBOSE (LOG_RIM) #include "logmacro.h"