comparison tools/lib64fmts.c @ 1803:7df833754fd1

Add Cosmos Designs Hires Manager unpacked format support.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Jun 2018 15:51:48 +0300
parents e42fa7da7b55
children 160b2c9cdee3
comparison
equal deleted inserted replaced
1802:e42fa7da7b55 1803:7df833754fd1
1641 { DO_LAST , 0 , 0 , 0, 0, NULL, NULL }, 1641 { DO_LAST , 0 , 0 , 0, 0, NULL, NULL },
1642 } 1642 }
1643 }, 1643 },
1644 NULL 1644 NULL
1645 }, 1645 },
1646
1647 {
1648 "cdhm", "Cosmos Designs Hires Manager (unpacked)", 0x4000, 16385, DM_FMT_RD,
1649 fmtProbeCosmosDesignsHiresManager,
1650 NULL, NULL,
1651 { }, &dmC64CommonFormats[8]
1652 },
1646 }; 1653 };
1647 1654
1648 const int ndmC64ImageFormats = sizeof(dmC64ImageFormats) / sizeof(dmC64ImageFormats[0]); 1655 const int ndmC64ImageFormats = sizeof(dmC64ImageFormats) / sizeof(dmC64ImageFormats[0]);
1649 1656