# HG changeset patch # User Matti Hamalainen # Date 1506271743 -10800 # Node ID 1e67dd44351ebc4dbad3452acb3f880b92d61033 # Parent c465860e44ed29da0bc16ace584963e8b29e7258 Increase maximum number of enc/dec operations for C64 images. diff -r c465860e44ed -r 1e67dd44351e tools/lib64gfx.h --- 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