# HG changeset patch # User Matti Hamalainen # Date 1530409997 -10800 # Node ID 2cf79254b8e4c19d33b3344f592764c8d9a356b2 # Parent 5fc3da6061be4af145186e8fc5f90f88fc9041a6 Confirm the Blazing Paddles d020/bgcolor positions and remove the broken flag. diff -r 5fc3da6061be -r 2cf79254b8e4 tools/lib64fmts.c --- 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 },