changeset 1980:2cf79254b8e4

Confirm the Blazing Paddles d020/bgcolor positions and remove the broken flag.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 04:53:17 +0300
parents 5fc3da6061be
children 02b216fae7d5
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Sun Jul 01 03:55:22 2018 +0300
+++ b/tools/lib64fmts.c	Sun Jul 01 04:53:17 2018 +0300
@@ -1461,7 +1461,7 @@
     },
 
     {
-        "blp", "Blazing Paddles (unpacked)", 0xA000, 10242, DM_FMT_RDWR | DM_FMT_BROKEN,
+        "blp", "Blazing Paddles (unpacked)", 0xA000, 10242, DM_FMT_RDWR,
         NULL,
         NULL, NULL,
         {
@@ -1472,7 +1472,7 @@
             NULL,
             {
                 { DO_COPY       , DS_BITMAP_RAM  , 0x0000, 0,  0,   0, NULL, NULL },
-                // XXX TODO: Background color is wrong, this offset/addr is from codebase64 docs
+                // Both d020 and bgcolor confirmed by tests
                 { DO_SET_MEM_LO , DS_D020        , 0x1f7f, 0,  0,   0, NULL, NULL },
                 { DO_SET_MEM_LO , DS_BGCOL       , 0x1f80, 0,  0,   0, NULL, NULL },
                 { DO_COPY       , DS_SCREEN_RAM  , 0x2000, 0,  0,   0, NULL, NULL },