changeset 1665:0022e1a428ca

Enable BDP5 encoding support.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 May 2018 18:11:31 +0300
parents 9181d9148654
children 94d45136a6fd
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed May 30 17:25:26 2018 +0300
+++ b/tools/lib64fmts.c	Wed May 30 18:11:31 2018 +0300
@@ -890,11 +890,11 @@
     },
 
     {
-        D64_FMT_MC, "bdp5", "Boogie Down Paint 5 (packed)", 0x5000, 0, DM_FMT_RD,
+        D64_FMT_MC, "bdp5", "Boogie Down Paint 5 (packed)", 0x5000, 0, DM_FMT_RDWR,
         C64_SCR_WIDTH / 2, C64_SCR_HEIGHT,
         C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT,
         fmtProbeBDP5Packed,
-        fmtDecodeBDP5Packed, NULL,
+        fmtDecodeBDP5Packed, fmtEncodeBDP5Packed,
         NULL, NULL,
         NULL,
         { }, &dmC64CommonFormatOps[0] // Memory format is same as Koala