summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4d20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4d20.cpp')
-rw-r--r--src/mame/drivers/4d20.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/drivers/4d20.cpp b/src/mame/drivers/4d20.cpp
index 119bf06506b..c6d00cd8e72 100644
--- a/src/mame/drivers/4d20.cpp
+++ b/src/mame/drivers/4d20.cpp
@@ -14,12 +14,10 @@
#include "emu.h"
#include "cpu/mips/mips1.h"
-#define ENABLE_ENTRY_GFX (1)
-
#define LOG_UNKNOWN (1 << 0)
#define LOG_ALL (LOG_UNKNOWN)
-#define VERBOSE (LOG_UNKNOWN)
+#define VERBOSE (0)
#include "logmacro.h"
class ip15_state : public driver_device