# HG changeset patch # User Matti Hamalainen # Date 1701257322 -7200 # Node ID da81e524162ed08f58c948058b07148cd93ded3f # Parent 570ad268b72122772a6b6459567a1c6b3ce4e763 Rename a function and HCB format title to include BD (for Booze Design) diff -r 570ad268b721 -r da81e524162e tools/lib64fmts.c --- 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 },