comparison tools/lib64gfx.h @ 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 0f8232c2af63
children ffdc51f0c9cd
comparison
equal deleted inserted replaced
2313:866e036d7706 2314:87533af8db64
68 68
69 D64_FMT_ILACE = 0x0010, // Interlace 69 D64_FMT_ILACE = 0x0010, // Interlace
70 D64_FMT_FLI = 0x0020, // FLI 70 D64_FMT_FLI = 0x0020, // FLI
71 D64_FMT_CHAR = 0x0040, // Character mode 71 D64_FMT_CHAR = 0x0040, // Character mode
72 D64_FMT_BORDER = 0x0080, // Uses border area 72 D64_FMT_BORDER = 0x0080, // Uses border area
73 D64_FMT_SPRITES = 0x0100, // Uses sprite layer
73 }; 74 };
74 75
75 76
76 // Different types of interlace 77 // Different types of interlace
77 enum 78 enum