changeset 1652:70fde5e03c2e

BDP5 memory format is same as Koala, so reuse that.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 May 2018 03:30:56 +0300
parents 6dd191d04ea8
children 4b528da326da
files tools/lib64fmts.c
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed May 30 03:26:13 2018 +0300
+++ b/tools/lib64fmts.c	Wed May 30 03:30:56 2018 +0300
@@ -858,14 +858,7 @@
         fmtDecodeBDP5Packed, NULL,
         NULL, NULL,
         NULL,
-        {
-            { DT_BITMAP_RAM,   0x0000, 0,  0, NULL, NULL },
-            { DT_SCREEN_RAM,   0x1f40, 0,  0, NULL, NULL },
-            { DT_COLOR_RAM,    0x2328, 0,  0, NULL, NULL },
-            { DT_COLOR_REG,    0x2710, 0,  DC_BGCOL, NULL, NULL },
-            { DT_LAST,         0,      0,  0, NULL, NULL },
-        },
-        NULL
+        { }, &dmC64CommonFormatOps[0] // Memory format is same as Koala
     },
 
     {