diff options
Diffstat (limited to 'src/mame/video/pc1251.cpp')
-rw-r--r-- | src/mame/video/pc1251.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pc1251.cpp b/src/mame/video/pc1251.cpp index 32974c9a677..ee7780d2e3d 100644 --- a/src/mame/video/pc1251.cpp +++ b/src/mame/video/pc1251.cpp @@ -9,7 +9,7 @@ #define LOG_LCD (1 << 0) -#define VERBOSE (0) +#define VERBOSE (0) #include "logmacro.h" const char *const pc1251_state::s_def[5] = |