turn off SPG200 logging for release (nw)

This commit is contained in:
Vas Crabb 2019-01-28 10:48:24 +11:00
parent dda8bad8aa
commit d70681e1b3

View File

@ -52,8 +52,7 @@ DEFINE_DEVICE_TYPE(SPG28X, spg28x_device, "spg28x", "SPG280-series System-on-a-C
#define LOG_PPU (LOG_PPU_READS | LOG_PPU_WRITES | LOG_UNKNOWN_PPU)
#define LOG_ALL (LOG_IO | LOG_SPU | LOG_PPU | LOG_VLINES | LOG_SEGMENT | LOG_FIQ)
#define VERBOSE (LOG_ALL & ~LOG_SPU)
//#define VERBOSE (0)
//#define VERBOSE (LOG_ALL & ~LOG_SPU)
#include "logmacro.h"
#define SPG_DEBUG_VIDEO (0)