comparison tools/lib64fmts.c @ 2314:87533af8db64

Add format flag for formats that use sprite layer.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Jul 2019 11:23:34 +0300
parents 866e036d7706
children 0085ce04788b
comparison
equal deleted inserted replaced
2313:866e036d7706 2314:87533af8db64
1931 { DO_LAST , 0 , 0 , 0, 0, 0, NULL, NULL, DF_NORMAL }, 1931 { DO_LAST , 0 , 0 , 0, 0, 0, NULL, NULL, DF_NORMAL },
1932 } 1932 }
1933 }, 1933 },
1934 1934
1935 { // #11: Crest Super Hires FLI Editor 1.0 (SHF) 1935 { // #11: Crest Super Hires FLI Editor 1.0 (SHF)
1936 D64_FMT_HIRES | D64_FMT_FLI, 1936 D64_FMT_HIRES | D64_FMT_FLI | D64_FMT_SPRITES,
1937 D64_SCR_WIDTH, D64_SCR_HEIGHT, 1937 D64_SCR_WIDTH, D64_SCR_HEIGHT,
1938 D64_SCR_CH_WIDTH, 24, 1938 D64_SCR_CH_WIDTH, 24,
1939 1, 1, 1939 1, 1,
1940 NULL, NULL, 1940 NULL, NULL,
1941 fmtGetPixelCrestSHFLI, 1941 fmtGetPixelCrestSHFLI,
2626 { 2626 {
2627 "pen", "Pentel Paint (unpacked)", 0x4800, 19845, DM_FMT_RD | DM_FMT_BROKEN, 2627 "pen", "Pentel Paint (unpacked)", 0x4800, 19845, DM_FMT_RD | DM_FMT_BROKEN,
2628 NULL, 2628 NULL,
2629 NULL, NULL, 2629 NULL, NULL,
2630 { 2630 {
2631 D64_FMT_HIRES | D64_FMT_FLI, 2631 D64_FMT_HIRES | D64_FMT_FLI | D64_FMT_SPRITES,
2632 192, D64_SCR_HEIGHT, 2632 192, D64_SCR_HEIGHT,
2633 24, D64_SCR_CH_HEIGHT, 2633 24, D64_SCR_CH_HEIGHT,
2634 2, 1, 2634 2, 1,
2635 NULL, NULL, 2635 NULL, NULL,
2636 fmtGetPixelPentelPaint, 2636 fmtGetPixelPentelPaint,