summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6522via.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/6522via.cpp')
-rw-r--r--src/devices/machine/6522via.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/6522via.cpp b/src/devices/machine/6522via.cpp
index 438be001bf2..9acfdcf9bc8 100644
--- a/src/devices/machine/6522via.cpp
+++ b/src/devices/machine/6522via.cpp
@@ -39,8 +39,8 @@
#define LOG_READ (1U << 3)
#define LOG_INT (1U << 4)
-#define VERBOSE (LOG_SHIFT)
-#define LOG_OUTPUT_FUNC printf
+//#define VERBOSE (LOG_SHIFT)
+//#define LOG_OUTPUT_FUNC printf
#include "logmacro.h"