Turn off debug flag.

This commit is contained in:
Aaron Giles 2010-03-11 08:21:39 +00:00
parent db163391eb
commit 312498959c

View File

@ -23,7 +23,7 @@
#define DOTCLK_NTSC (MCLK_NTSC/4)
#define DOTCLK_PAL (MCLK_PAL/4)
#define SNES_LAYER_DEBUG 1
#define SNES_LAYER_DEBUG 0
/* Debug definitions */
#ifdef MAME_DEBUG