comparison tools/lib64gfx.h @ 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
comparison
equal deleted inserted replaced
1378:c465860e44ed 1379:1e67dd44351e
141 DT_CHAR_CONFIG, 141 DT_CHAR_CONFIG,
142 142
143 DT_LAST, 143 DT_LAST,
144 }; 144 };
145 145
146 #define D64_MAX_ENCDEC_OPS 16 146 #define D64_MAX_ENCDEC_OPS 64
147 147
148 148
149 typedef struct _DMC64EncDecOp 149 typedef struct _DMC64EncDecOp
150 { 150 {
151 int type; 151 int type;