diff options
-rw-r--r-- | src/devices/machine/scnxx562.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/scnxx562.cpp b/src/devices/machine/scnxx562.cpp index f899c7d1b12..6af4332f581 100644 --- a/src/devices/machine/scnxx562.cpp +++ b/src/devices/machine/scnxx562.cpp @@ -88,7 +88,7 @@ DONE (x) (p=partly) NMOS CMOS #define VERBOSE 0 #define LOGPRINT(x) do { if (VERBOSE) logerror x; } while (0) -#define LOG(x) +#define LOG(x) do {} while (0) #define LOGR(x) #define LOGTX(x) #define LOGRX(x) |