comparison tools/lib64fmts.c @ 1723:13fe4010623f

Allow writing of xx1 and xx2 formats, as useless that is.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 15:23:31 +0300
parents de8e0a404c06
children 12504f179749
comparison
equal deleted inserted replaced
1722:de8e0a404c06 1723:13fe4010623f
1164 }, 1164 },
1165 NULL 1165 NULL
1166 }, 1166 },
1167 1167
1168 { 1168 {
1169 D64_FMT_MC, "xx1", "Unknown $2000 format (unpacked)", 0x2000, 10242, DM_FMT_RD, 1169 D64_FMT_MC, "xx1", "Unknown $2000 format (unpacked)", 0x2000, 10242, DM_FMT_RDWR,
1170 C64_SCR_WIDTH / 2, C64_SCR_HEIGHT, 1170 C64_SCR_WIDTH / 2, C64_SCR_HEIGHT,
1171 C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT, 1171 C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT,
1172 NULL, 1172 NULL,
1173 NULL, NULL, 1173 NULL, NULL,
1174 NULL, NULL, 1174 NULL, NULL,
1183 }, 1183 },
1184 NULL 1184 NULL
1185 }, 1185 },
1186 1186
1187 { 1187 {
1188 D64_FMT_MC, "xx2", "Unknown $2000 format (unpacked)", 0x2000, 0, DM_FMT_RD, 1188 D64_FMT_MC, "xx2", "Unknown $2000 format (unpacked)", 0x2000, 0, DM_FMT_RDWR,
1189 XX2_WIDTH_CH * 4, XX2_HEIGHT_CH * 8, 1189 XX2_WIDTH_CH * 4, XX2_HEIGHT_CH * 8,
1190 XX2_WIDTH_CH , XX2_HEIGHT_CH, 1190 XX2_WIDTH_CH , XX2_HEIGHT_CH,
1191 fmtProbeFormatXX2, 1191 fmtProbeFormatXX2,
1192 fmtDecodeFormatXX2, NULL, 1192 fmtDecodeFormatXX2, NULL,
1193 NULL, NULL, 1193 NULL, NULL,