summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5380.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5380.cpp')
-rw-r--r--src/devices/machine/ncr5380.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/ncr5380.cpp b/src/devices/machine/ncr5380.cpp
index ec7e2c412b3..bed78dd4784 100644
--- a/src/devices/machine/ncr5380.cpp
+++ b/src/devices/machine/ncr5380.cpp
@@ -15,7 +15,6 @@
#include "emu.h"
#include "ncr5380.h"
-#define LOG_GENERAL (1U << 0)
#define LOG_REGW (1U << 1)
#define LOG_REGR (1U << 2)
#define LOG_SCSI (1U << 3)