summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/x86log.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-05-01 08:53:23 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-05-01 08:53:23 +0000
commit04f54299af706a43dee58414b6fa41bcbc17bbba (patch)
tree47b3ceadfe3e4f9af93699c15f3b9a1a095d7976 /src/emu/cpu/x86log.c
parent75ae56079ecb2191f731acd642099b4fd160423c (diff)
Couple of minor tweaks to sync with offline WIP work.
Diffstat (limited to 'src/emu/cpu/x86log.c')
-rw-r--r--src/emu/cpu/x86log.c2
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)