changeset 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
files tools/lib64fmts.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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]);