# HG changeset patch # User Matti Hamalainen # Date 1528980708 -10800 # Node ID 7df833754fd1fdca9bab44bf165553158c29df3b # Parent e42fa7da7b558b12ea08b92a279bcee1be3915d2 Add Cosmos Designs Hires Manager unpacked format support. diff -r e42fa7da7b55 -r 7df833754fd1 tools/lib64fmts.c --- a/tools/lib64fmts.c Thu Jun 14 15:51:13 2018 +0300 +++ b/tools/lib64fmts.c Thu Jun 14 15:51:48 2018 +0300 @@ -1643,6 +1643,13 @@ }, NULL }, + + { + "cdhm", "Cosmos Designs Hires Manager (unpacked)", 0x4000, 16385, DM_FMT_RD, + fmtProbeCosmosDesignsHiresManager, + NULL, NULL, + { }, &dmC64CommonFormats[8] + }, }; const int ndmC64ImageFormats = sizeof(dmC64ImageFormats) / sizeof(dmC64ImageFormats[0]);