12#define C8_FONT_START 0x000
13#define C8_HIGH_FONT_START C8_FONT_START + (0x10 * 5)
int c8_set_small_font(c8_t *, const char *)
Set small font from s (fontNames name)
Definition: font.c:281
int c8_set_big_font(c8_t *, const char *)
Set big font from s (fontNames name)
Definition: font.c:301
void c8_set_fonts(c8_t *, int, int)
Loads small and/or big fonts in c8
Definition: font.c:222
void print_fonts(c8_t *)
Print fonts (for debug)
Definition: font.c:318
const char * c8_fontNames[2][5]
Definition: font.c:32
int c8_set_fonts_s(c8_t *, char *)
Set fonts from string.
Definition: font.c:244
Represents current state of the CHIP-8 interpreter.
Definition: chip8.h:51