summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hal2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hal2.cpp')
-rw-r--r--src/mame/machine/hal2.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/hal2.cpp b/src/mame/machine/hal2.cpp
index 7bb6286ab12..4993b6d9a1d 100644
--- a/src/mame/machine/hal2.cpp
+++ b/src/mame/machine/hal2.cpp
@@ -9,12 +9,12 @@
#include "emu.h"
#include "machine/hal2.h"
-#define LOG_UNKNOWN (1 << 0U)
-#define LOG_READS (1 << 1U)
-#define LOG_WRITES (1 << 2U)
-#define LOG_ALL (LOG_UNKNOWN | LOG_READS | LOG_WRITES)
+#define LOG_UNKNOWN (1 << 0U)
+#define LOG_READS (1 << 1U)
+#define LOG_WRITES (1 << 2U)
+#define LOG_ALL (LOG_UNKNOWN | LOG_READS | LOG_WRITES)
-#define VERBOSE (0)
+#define VERBOSE (0)
#include "logmacro.h"
DEFINE_DEVICE_TYPE(SGI_HAL2, hal2_device, "hal2", "SGI HAL2")