changeset 1723:13fe4010623f

Allow writing of xx1 and xx2 formats, as useless that is.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2018 15:23:31 +0300
parents de8e0a404c06
children 12504f179749
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed Jun 06 15:22:15 2018 +0300
+++ b/tools/lib64fmts.c	Wed Jun 06 15:23:31 2018 +0300
@@ -1166,7 +1166,7 @@
     },
 
     {
-        D64_FMT_MC, "xx1", "Unknown $2000 format (unpacked)", 0x2000, 10242, DM_FMT_RD,
+        D64_FMT_MC, "xx1", "Unknown $2000 format (unpacked)", 0x2000, 10242, DM_FMT_RDWR,
         C64_SCR_WIDTH / 2, C64_SCR_HEIGHT,
         C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT,
         NULL,
@@ -1185,7 +1185,7 @@
     },
 
     {
-        D64_FMT_MC, "xx2", "Unknown $2000 format (unpacked)", 0x2000, 0, DM_FMT_RD,
+        D64_FMT_MC, "xx2", "Unknown $2000 format (unpacked)", 0x2000, 0, DM_FMT_RDWR,
         XX2_WIDTH_CH * 4, XX2_HEIGHT_CH * 8,
         XX2_WIDTH_CH    , XX2_HEIGHT_CH,
         fmtProbeFormatXX2,