comparison tools/lib64gfx.c @ 1385:7eae931f7690

#undef a macro that needs to be redefined in order to avoid a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Sep 2017 21:11:36 +0300
parents ef20200d71d7
children 14d79e4d82cf
comparison
equal deleted inserted replaced
1384:ef20200d71d7 1385:7eae931f7690
861 C64_SCR_WIDTH, C64_SCR_HEIGHT, 861 C64_SCR_WIDTH, C64_SCR_HEIGHT,
862 C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT, 862 C64_SCR_CH_WIDTH , C64_SCR_CH_HEIGHT,
863 fmtProbeFunPaint2Packed, fmtDecodeFunPaint2Packed, 863 fmtProbeFunPaint2Packed, fmtDecodeFunPaint2Packed,
864 NULL, NULL, NULL, fmtGetPixelFunPaint2, 864 NULL, NULL, NULL, fmtGetPixelFunPaint2,
865 { 865 {
866
867 #undef FP2_SCREEN_RAM_START
866 #define FP2_SCREEN_RAM_START 0 868 #define FP2_SCREEN_RAM_START 0
867 FP2_SCREEN_RAM(0, 0), 869 FP2_SCREEN_RAM(0, 0),
868 FP2_SCREEN_RAM(1, 1), 870 FP2_SCREEN_RAM(1, 1),
869 FP2_SCREEN_RAM(2, 2), 871 FP2_SCREEN_RAM(2, 2),
870 FP2_SCREEN_RAM(3, 3), 872 FP2_SCREEN_RAM(3, 3),