summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crime.cpp')
-rw-r--r--src/mame/video/crime.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/crime.cpp b/src/mame/video/crime.cpp
index 05c76f7da73..31ce3d8b64b 100644
--- a/src/mame/video/crime.cpp
+++ b/src/mame/video/crime.cpp
@@ -9,12 +9,12 @@
#include "emu.h"
#include "video/crime.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 (LOG_ALL)
+#define VERBOSE (LOG_ALL)
#include "logmacro.h"
DEFINE_DEVICE_TYPE(SGI_CRIME, crime_device, "sgicrime", "SGI CRIME")