From f7af97c49774b795848324f484eade541f790ee3 Mon Sep 17 00:00:00 2001 From: Ted Green Date: Wed, 12 Apr 2017 09:58:29 -0600 Subject: zeus2: Don't include texture information on normal builds to reduce exe size. (nw) --- src/devices/video/zeus2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/zeus2.h b/src/devices/video/zeus2.h index ecb2607b9aa..a8c10813dc9 100644 --- a/src/devices/video/zeus2.h +++ b/src/devices/video/zeus2.h @@ -21,7 +21,7 @@ #define DUMP_WAVE_RAM 0 #define TRACK_REG_USAGE 0 -#define PRINT_TEX_INFO 1 +#define PRINT_TEX_INFO 0 #define WAVERAM0_WIDTH 1024 #define WAVERAM0_HEIGHT 2048 -- cgit v1.2.3