comparison tools/lib64fmts.c @ 2545:e028058648ea

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Oct 2021 07:38:23 +0300
parents 0b1e73d49503
children b76ac594cf33
comparison
equal deleted inserted replaced
2544:0b1e73d49503 2545:e028058648ea
2310 fmtGetPixelFLIDesigner, 2310 fmtGetPixelFLIDesigner,
2311 { 2311 {
2312 { DO_COPY , DS_COLOR_RAM , 0x0000, 0, 0, 0, NULL, NULL, DF_NORMAL }, 2312 { DO_COPY , DS_COLOR_RAM , 0x0000, 0, 0, 0, NULL, NULL, DF_NORMAL },
2313 DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM, 0x0400, 0, 0x400, 0, DF_NORMAL), 2313 DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM, 0x0400, 0, 0x400, 0, DF_NORMAL),
2314 { DO_COPY , DS_BITMAP_RAM , 0x2400, 0, 0, 0, NULL, NULL, DF_NORMAL }, 2314 { DO_COPY , DS_BITMAP_RAM , 0x2400, 0, 0, 0, NULL, NULL, DF_NORMAL },
2315 { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8, 0, 0, D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE }, 2315 { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8, 0, 0, D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE },
2316 { DO_LAST , 0 , 0 , 0, 0, 0, NULL, NULL, DF_NORMAL }, 2316 { DO_LAST , 0 , 0 , 0, 0, 0, NULL, NULL, DF_NORMAL },
2317 } 2317 }
2318 }, 2318 },
2319 2319
2320 { // #10: Doodle 2320 { // #10: Doodle
3125 NULL, NULL, 3125 NULL, NULL,
3126 fmtGetPixelCrestHIFLIorCDHM, 3126 fmtGetPixelCrestHIFLIorCDHM,
3127 { 3127 {
3128 { DO_COPY , DS_BITMAP_RAM , 0x0000, 0, 0 , 0, NULL, NULL, DF_NORMAL }, 3128 { DO_COPY , DS_BITMAP_RAM , 0x0000, 0, 0 , 0, NULL, NULL, DF_NORMAL },
3129 DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM , 0x2000, 0, 0x400, 0, DF_NORMAL), 3129 DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM , 0x2000, 0, 0x400, 0, DF_NORMAL),
3130 { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8 , 0, 0 , D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE }, 3130 { DO_SET_OP , DS_EXTRA_INFO , D64_FLI_8, 0, 0 , D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE },
3131 { DO_LAST , 0 , 0 , 0, 0 , 0, NULL, NULL, DF_NORMAL }, 3131 { DO_LAST , 0 , 0 , 0, 0 , 0, NULL, NULL, DF_NORMAL },
3132 } 3132 }
3133 }, 3133 },
3134 NULL 3134 NULL
3135 }, 3135 },
3291 }, 3291 },
3292 3292
3293 { 3293 {
3294 "suphi1", "SupeRes hires [clear] (packed)", -1, 0, 0x23, DM_FMT_RDWR, 3294 "suphi1", "SupeRes hires [clear] (packed)", -1, 0, 0x23, DM_FMT_RDWR,
3295 fmtProbeSupeRes, 3295 fmtProbeSupeRes,
3296 fmtDecodeSupeRes,fmtEncodeSupeRes, 3296 fmtDecodeSupeRes, fmtEncodeSupeRes,
3297 { }, &dmC64CommonFormats[10] 3297 { }, &dmC64CommonFormats[10]
3298 }, 3298 },
3299 3299
3300 { 3300 {
3301 "suphi2", "SupeRes hires [no-clear] (packed)", -1, 0, 0x25, DM_FMT_RDWR, 3301 "suphi2", "SupeRes hires [no-clear] (packed)", -1, 0, 0x25, DM_FMT_RDWR,
3302 fmtProbeSupeRes, 3302 fmtProbeSupeRes,
3303 fmtDecodeSupeRes,fmtEncodeSupeRes, 3303 fmtDecodeSupeRes, fmtEncodeSupeRes,
3304 { }, &dmC64CommonFormats[10] 3304 { }, &dmC64CommonFormats[10]
3305 }, 3305 },
3306 3306
3307 { 3307 {
3308 "supmc1", "SupeRes multicolor [clear] (packed)", -1, 0, 0x24, DM_FMT_RDWR, 3308 "supmc1", "SupeRes multicolor [clear] (packed)", -1, 0, 0x24, DM_FMT_RDWR,
3309 fmtProbeSupeRes, 3309 fmtProbeSupeRes,
3310 fmtDecodeSupeRes,fmtEncodeSupeRes, 3310 fmtDecodeSupeRes, fmtEncodeSupeRes,
3311 { }, &dmC64CommonFormats[0] 3311 { }, &dmC64CommonFormats[0]
3312 }, 3312 },
3313 3313
3314 { 3314 {
3315 "supmc2", "SupeRes multicolor [no-clear] (packed)", -1, 0, 0x26, DM_FMT_RDWR, 3315 "supmc2", "SupeRes multicolor [no-clear] (packed)", -1, 0, 0x26, DM_FMT_RDWR,
3316 fmtProbeSupeRes, 3316 fmtProbeSupeRes,
3317 fmtDecodeSupeRes,fmtEncodeSupeRes, 3317 fmtDecodeSupeRes, fmtEncodeSupeRes,
3318 { }, &dmC64CommonFormats[0] 3318 { }, &dmC64CommonFormats[0]
3319 }, 3319 },
3320 3320
3321 3321
3322 }; 3322 };