changeset 1379:1e67dd44351e

Increase maximum number of enc/dec operations for C64 images.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Sep 2017 19:49:03 +0300
parents c465860e44ed
children 959b34402b81
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Sun Sep 24 19:48:33 2017 +0300
+++ b/tools/lib64gfx.h	Sun Sep 24 19:49:03 2017 +0300
@@ -143,7 +143,7 @@
     DT_LAST,
 };
 
-#define D64_MAX_ENCDEC_OPS 16
+#define D64_MAX_ENCDEC_OPS 64
 
 
 typedef struct _DMC64EncDecOp