changeset 1634:7f1f90d15d72

Adjust BFLI format spec slightly. Still broken tho.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 May 2018 01:43:11 +0300
parents da4d7b5873c0
children 9ba9d049e6e9
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Fri May 25 01:42:12 2018 +0300
+++ b/tools/lib64fmts.c	Fri May 25 01:43:11 2018 +0300
@@ -833,9 +833,9 @@
         {
             { DT_COLOR_RAM,    0x0001, 0,  0, NULL, NULL },
             DEF_SCREEN_RAMS_8( 0x0401, 0,  0x400),
-            { DT_BITMAP_RAM,   0x2401, 0,  0, NULL, NULL },
+            { DT_BITMAP_RAM,   0x2401, 0,  0x1fff, NULL, NULL },
             DEF_SCREEN_RAMS_8( 0x4401, 8,  0x400),
-            { DT_BITMAP_RAM,   0x6401 - 24*8, 1,  0, NULL, NULL },
+            { DT_BITMAP_RAM,   0x6401, 1,  0, NULL, NULL },
             { DT_LAST,         0,      0,  0, NULL, NULL },
         },
         NULL