changeset 1879:3b2f755c5745

Allow writing of "Crest Hires FLI Designer (unpacked)" and "Cosmos Designs Hires Manager (unpacked)" formats.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Jun 2018 00:50:35 +0300
parents 91cc631f959a
children efe6e88a02f3
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Mon Jun 25 00:49:41 2018 +0300
+++ b/tools/lib64fmts.c	Mon Jun 25 00:50:35 2018 +0300
@@ -1757,7 +1757,7 @@
     },
 
     {
-        "chid", "Crest Hires FLI Designer (unpacked)", 0x4000, 16386, DM_FMT_RD,
+        "chid", "Crest Hires FLI Designer (unpacked)", 0x4000, 16386, DM_FMT_RDWR,
         NULL,
         NULL, NULL,
         {
@@ -1776,7 +1776,7 @@
     },
 
     {
-        "cdhm", "Cosmos Designs Hires Manager (unpacked)", 0x4000, 16385, DM_FMT_RD,
+        "cdhm", "Cosmos Designs Hires Manager (unpacked)", 0x4000, 16385, DM_FMT_RDWR,
         fmtProbeCosmosDesignsHiresManager,
         NULL, NULL,
         { }, &dmC64CommonFormats[8]