summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/scoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/scoop.cpp')
-rw-r--r--src/devices/machine/scoop.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/scoop.cpp b/src/devices/machine/scoop.cpp
index ace4ee78b81..1a254169f93 100644
--- a/src/devices/machine/scoop.cpp
+++ b/src/devices/machine/scoop.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Ryan Holtz
/***************************************************************************
- Sharp Scoop peripheral chip emulation skeleton
+ Sharp Scoop peripheral chip emulation skeleton
***************************************************************************/
@@ -10,8 +10,8 @@
#include "scoop.h"
#define LOG_UNKNOWN (1 << 1)
-#define LOG_READS (1 << 2)
-#define LOG_WRITES (1 << 3)
+#define LOG_READS (1 << 2)
+#define LOG_WRITES (1 << 3)
#define LOG_ALL (LOG_UNKNOWN | LOG_READS | LOG_WRITES)
#define VERBOSE (LOG_ALL)