comparison tools/lib64fmts.c @ 2614:c9741a11d1cd

Format name consistency enforcement.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Nov 2023 12:35:06 +0200
parents b814fe89038d
children 2aa885371c13
comparison
equal deleted inserted replaced
2613:b814fe89038d 2614:c9741a11d1cd
3096 fmtDecodeBlackMailFLIPacked, fmtEncodeBlackMailFLIPacked, 3096 fmtDecodeBlackMailFLIPacked, fmtEncodeBlackMailFLIPacked,
3097 { 0 }, &dmC64CommonFormats[1] 3097 { 0 }, &dmC64CommonFormats[1]
3098 }, 3098 },
3099 3099
3100 { 3100 {
3101 "dfed", "Dolphins FLI Editor v3.2 (unpacked)", 0x3b00, 17665, 0, DM_FMT_RDWR, 3101 "dfed", "Dolphins FLI Editor 3.2 (unpacked)", 0x3b00, 17665, 0, DM_FMT_RDWR,
3102 NULL, 3102 NULL,
3103 NULL, NULL, 3103 NULL, NULL,
3104 { 0 }, &dmC64CommonFormats[1] 3104 { 0 }, &dmC64CommonFormats[1]
3105 }, 3105 },
3106 3106
3434 }, 3434 },
3435 NULL 3435 NULL
3436 }, 3436 },
3437 3437
3438 { 3438 {
3439 "cshf", "Crest Super Hires FLI Editor v1.0 (unpacked)", 0x4000, 15874, 0, DM_FMT_RDWR, 3439 "cshf", "Crest Super Hires FLI Editor 1.0 (unpacked)", 0x4000, 15874, 0, DM_FMT_RDWR,
3440 fmtProbeCrestSHFLI, 3440 fmtProbeCrestSHFLI,
3441 NULL, NULL, 3441 NULL, NULL,
3442 { 0 }, &dmC64CommonFormats[11] 3442 { 0 }, &dmC64CommonFormats[11]
3443 }, 3443 },
3444 3444
3445 { 3445 {
3446 "cshfp", "Crest Super Hires FLI Editor v1.0 (packed)", 0xa000, 0, 0, DM_FMT_RD, 3446 "cshfp", "Crest Super Hires FLI Editor 1.0 (packed)", 0xa000, 0, 0, DM_FMT_RD,
3447 fmtProbeCrestSHFLI, 3447 fmtProbeCrestSHFLI,
3448 fmtDecodeCrestSHFLIPacked, NULL, 3448 fmtDecodeCrestSHFLIPacked, NULL,
3449 { 0 }, &dmC64CommonFormats[11] 3449 { 0 }, &dmC64CommonFormats[11]
3450 }, 3450 },
3451 3451