comparison tools/lib64fmts.c @ 1816:8d7b424197bc

Allow writing of unpacked True Paint format.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Jun 2018 19:38:13 +0300
parents 2b68b6955635
children c12bd223000e
comparison
equal deleted inserted replaced
1815:2b68b6955635 1816:8d7b424197bc
1186 }, 1186 },
1187 NULL 1187 NULL
1188 }, 1188 },
1189 1189
1190 { 1190 {
1191 "mci", "Truepaint (unpacked)", 0x9c00, 19434, DM_FMT_RD, 1191 "mci", "Truepaint (unpacked)", 0x9c00, 19434, DM_FMT_RDWR,
1192 NULL, 1192 NULL,
1193 NULL, NULL, 1193 NULL, NULL,
1194 { }, &dmC64CommonFormats[6] 1194 { }, &dmC64CommonFormats[6]
1195 }, 1195 },
1196 1196