summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/opti82c861.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/opti82c861.cpp')
-rw-r--r--src/devices/machine/opti82c861.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/opti82c861.cpp b/src/devices/machine/opti82c861.cpp
index 53d955e41e0..715e498baa8 100644
--- a/src/devices/machine/opti82c861.cpp
+++ b/src/devices/machine/opti82c861.cpp
@@ -8,8 +8,7 @@
#include "emu.h"
#include "opti82c861.h"
-#define LOG_GENERAL (1U << 0)
-#define LOG_REGISTERS (1U << 0)
+#define LOG_REGISTERS (1U << 1)
#define VERBOSE (0)
#include "logmacro.h"