summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc6854.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc6854.cpp')
-rw-r--r--src/devices/machine/mc6854.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/mc6854.cpp b/src/devices/machine/mc6854.cpp
index 55418ee0d23..12af625152d 100644
--- a/src/devices/machine/mc6854.cpp
+++ b/src/devices/machine/mc6854.cpp
@@ -33,9 +33,9 @@
#include "emu.h"
#include "mc6854.h"
-#define LOG_SETUP ( 1U << 1 )
-#define LOG_BITS ( 1U << 2 )
-#define LOG_IRQ ( 1U << 3 )
+#define LOG_SETUP (1U << 1)
+#define LOG_BITS (1U << 2)
+#define LOG_IRQ (1U << 3)
//#define VERBOSE (LOG_IRQ | LOG_BITS | LOG_GENERAL | LOG_SETUP)
//#define LOG_OUTPUT_STREAM std::cout