# HG changeset patch # User Matti Hamalainen # Date 1528287811 -10800 # Node ID 13fe4010623f24e733a6b4865721b922fd6db037 # Parent de8e0a404c0663a86c529f661d8b5f55b4e246be Allow writing of xx1 and xx2 formats, as useless that is. diff -r de8e0a404c06 -r 13fe4010623f tools/lib64fmts.c --- 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,