comparison tools/lib64fmts.c @ 2308:28701abacc31

Add support for Dolphins FLI Editor v3.2 (unpacked), which is exactly(?) same as BlackMail FLI unpacked format except for slightly larger size.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Jul 2019 09:45:03 +0300
parents 319fd953ba29
children d0608fbd85bc
comparison
equal deleted inserted replaced
2307:319fd953ba29 2308:28701abacc31
2427 2427
2428 { 2428 {
2429 "bmlp", "Black Mail FLI (packed)", 0x38f0, 0, DM_FMT_RDWR, 2429 "bmlp", "Black Mail FLI (packed)", 0x38f0, 0, DM_FMT_RDWR,
2430 fmtProbeBlackMailFLIPacked, 2430 fmtProbeBlackMailFLIPacked,
2431 fmtDecodeBlackMailFLIPacked, fmtEncodeBlackMailFLIPacked, 2431 fmtDecodeBlackMailFLIPacked, fmtEncodeBlackMailFLIPacked,
2432 { }, &dmC64CommonFormats[1]
2433 },
2434
2435 {
2436 "dfed", "Dolphins FLI Editor v3.2 (unpacked)", 0x3b00, 17665, DM_FMT_RDWR,
2437 NULL,
2438 NULL, NULL,
2432 { }, &dmC64CommonFormats[1] 2439 { }, &dmC64CommonFormats[1]
2433 }, 2440 },
2434 2441
2435 { 2442 {
2436 "fd1", "FBI Crew FLI Designer 1.1 (unpacked)", 0x3c00, 17409, DM_FMT_RDWR, 2443 "fd1", "FBI Crew FLI Designer 1.1 (unpacked)", 0x3c00, 17409, DM_FMT_RDWR,