changeset 2623:da81e524162e

Rename a function and HCB format title to include BD (for Booze Design)
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 Nov 2023 13:28:42 +0200
parents 570ad268b721
children 75382239c95c
files tools/lib64fmts.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed Nov 29 11:07:47 2023 +0200
+++ b/tools/lib64fmts.c	Wed Nov 29 13:28:42 2023 +0200
@@ -2082,7 +2082,7 @@
 }
 
 
-static int fmtGetPixelHCB(DMC64ScanLine *scan,
+static int fmtGetPixelBDHCB(DMC64ScanLine *scan,
     const DMC64Image *img, const int rasterX, const int rasterY)
 {
     DM_C64_GENERIC_MC_PIXEL_DEFS(img)
@@ -3245,7 +3245,7 @@
     },
 
     {
-        "hcb", "Half Char Bitmap (unpacked)", 0x5000, 12148, 0, DM_FMT_RDWR,
+        "hcb", "BD Half Char Bitmap (unpacked)", 0x5000, 12148, 0, DM_FMT_RDWR,
         NULL,
         NULL, NULL,
         {
@@ -3254,7 +3254,7 @@
             D64_SCR_CH_WIDTH, D64_SCR_CH_HEIGHT,
             2, 1,
             NULL, NULL,
-            fmtGetPixelHCB,
+            fmtGetPixelBDHCB,
             {
                 { DO_COPY       , DS_COLOR_RAM   , 0x0000, 0,  0,   0, NULL, NULL, DF_NORMAL },
                 { DO_COPY       , DS_COLOR_RAM   , 0x0400, 1,  0,   0, NULL, NULL, DF_NORMAL },