comparison tools/lib64fmts.c @ 1581:5aa1c3ec91d5

Rename a function.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 23:19:36 +0300
parents 4288b21e97b9
children 1f6aed186c4e
comparison
equal deleted inserted replaced
1580:72f809e6eb3c 1581:5aa1c3ec91d5
462 vbank, vbitmap, 0, 462 vbank, vbitmap, 0,
463 img->extraData[vb][vr] & 15); 463 img->extraData[vb][vr] & 15);
464 } 464 }
465 465
466 466
467 static Uint8 fmtGetPixelBMFLI( 467 static Uint8 fmtGetPixelBlackMailFLI(
468 const DMC64Image *img, const int bmoffs, const int scroffs, 468 const DMC64Image *img, const int bmoffs, const int scroffs,
469 const int vshift, const int vbitmap, const int raster) 469 const int vshift, const int vbitmap, const int raster)
470 { 470 {
471 const int vbank = raster & 7; 471 const int vbank = raster & 7;
472 472
795 C64_SCR_WIDTH / 2, C64_SCR_HEIGHT, 795 C64_SCR_WIDTH / 2, C64_SCR_HEIGHT,
796 C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT, 796 C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT,
797 NULL, 797 NULL,
798 NULL, NULL, 798 NULL, NULL,
799 NULL, NULL, 799 NULL, NULL,
800 fmtGetPixelBMFLI, 800 fmtGetPixelBlackMailFLI,
801 { 801 {
802 { DT_EXTRA_DATA, 0x0000, 0, 200, NULL, NULL }, 802 { DT_EXTRA_DATA, 0x0000, 0, 200, NULL, NULL },
803 { DT_COLOR_RAM, 0x0100, 0, 0, NULL, NULL }, 803 { DT_COLOR_RAM, 0x0100, 0, 0, NULL, NULL },
804 DEF_SCREEN_RAMS_8( 0x0500, 0, 0x400) 804 DEF_SCREEN_RAMS_8( 0x0500, 0, 0x400)
805 { DT_BITMAP, 0x2500, 0, 0, NULL, NULL }, 805 { DT_BITMAP, 0x2500, 0, 0, NULL, NULL },