#include <stdint.h>
Go to the source code of this file.
Variables | |
const uint8_t | ff_cga_font [2048] |
const uint32_t | ff_cga_palette [16] |
const uint8_t ff_cga_font[2048] |
const uint32_t ff_cga_palette[16] |
Initial value:
{ 0x000000, 0x0000AA, 0x00AA00, 0x00AAAA, 0xAA0000, 0xAA00AA, 0xAA5500, 0xAAAAAA, 0x555555, 0x5555FF, 0x55FF55, 0x55FFFF, 0xFF5555, 0xFF55FF, 0xFFFF55, 0xFFFFFF, }
Definition at line 154 of file cga_data.c.
Referenced by tmv_decode_frame().