diff options
| -rw-r--r-- | src/emu/mconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mconfig.h b/src/emu/mconfig.h index 25e6e3f8350..93a7ac2a460 100644 --- a/src/emu/mconfig.h +++ b/src/emu/mconfig.h @@ -23,7 +23,7 @@ ***************************************************************************/ /* by convention, tags should all lowercase and this length or less */ -#define MAX_TAG_LENGTH 10 +#define MAX_TAG_LENGTH 15 /* token types */ |
