diff options
Diffstat (limited to 'src/emu/cpu/x86log.c')
-rw-r--r-- | src/emu/cpu/x86log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/x86log.c b/src/emu/cpu/x86log.c index 71ddf4cde60..81c8f3a8f80 100644 --- a/src/emu/cpu/x86log.c +++ b/src/emu/cpu/x86log.c @@ -21,7 +21,7 @@ ***************************************************************************/ /* comment parameters */ -#define MAX_COMMENTS 1000 +#define MAX_COMMENTS 4000 #define MAX_DATA_RANGES 1000 #define COMMENT_POOL_SIZE (MAX_COMMENTS * 40) |