15#define C8_FONT_START 0x000
20#define C8_HIGH_FONT_START (C8_FONT_START + (0x10 * 5))
int c8_set_fonts_s(C8 *, char *)
Set fonts from string.
Definition: font.c:182
void c8_print_fonts(C8 *)
Print fonts (for debug)
Definition: font.c:256
int c8_set_big_font(C8 *, const char *)
Set big font from s (fontNames name)
Definition: font.c:239
C8_BigFont
Big font IDs.
Definition: font.h:36
@ C8_BIGFONT_FISH
Definition: font.h:39
@ C8_BIGFONT_SCHIP
Definition: font.h:38
@ C8_BIGFONT_OCTO
Definition: font.h:37
const char * c8_fontNames[2][5]
Font names.
Definition: font.c:22
void c8_set_fonts(C8 *, C8_SmallFont, C8_BigFont)
Loads small and/or big fonts in c8
Definition: font.c:162
C8_SmallFont
Small font IDs.
Definition: font.h:25
@ C8_SMALLFONT_OCTO
Definition: font.h:26
@ C8_SMALLFONT_ETI660
Definition: font.h:29
@ C8_SMALLFONT_FISH
Definition: font.h:30
@ C8_SMALLFONT_DREAM6800
Definition: font.h:28
@ C8_SMALLFONT_VIP
Definition: font.h:27
int c8_set_small_font(C8 *, const char *)
Set small font from s (fontNames name)
Definition: font.c:219
Represents current state of the CHIP-8 interpreter.
Definition: chip8.h:79