Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- c -
- C8_A : defs.h
- C8_B : defs.h
- c8_beep() : graphics.h
- C8_CLOCK_SPEED : chip8.h
- c8_decode() : decode.c, decode.h
- C8_DECODE_DEFINE_LABELS : decode.h
- c8_decode_instruction() : decode.c, decode.h
- C8_DECODE_PRINT_ADDRESSES : decode.h
- C8_DEFAULT_WINDOW_HEIGHT : graphics.h
- C8_DEFAULT_WINDOW_WIDTH : graphics.h
- c8_deinit() : chip8.c, chip8.h
- c8_deinit_graphics() : graphics.h, graphics_sdl2.c
- C8_DISPLAYMODE_HIGH : graphics.h
- C8_DISPLAYMODE_LOW : graphics.h
- c8_encode() : encode.c, encode.h
- C8_ENCODE_MAX_LINE_LENGTH : encode.h
- C8_ENCODE_MAX_LINES : encode.h
- C8_ENCODE_MAX_WORDS : encode.h
- c8_exception : exception.c, exception.h
- C8_EXPAND : defs.h
- C8_FLAG_DEBUG : chip8.h
- C8_FLAG_QUIRK_BITWISE : chip8.h
- C8_FLAG_QUIRK_DRAW : chip8.h
- C8_FLAG_QUIRK_JUMP : chip8.h
- C8_FLAG_QUIRK_LOADSTORE : chip8.h
- C8_FLAG_QUIRK_SHIFT : chip8.h
- C8_FLAG_VERBOSE : chip8.h
- C8_FONT_START : font.h
- c8_fontNames : font.c, font.h
- c8_get_pixel() : graphics.c, graphics.h
- C8_HIGH_DISPLAY_HEIGHT : graphics.h
- C8_HIGH_DISPLAY_WIDTH : graphics.h
- C8_HIGH_FONT_START : font.h
- c8_identifierStrings : symbol.c
- c8_init() : chip8.c, chip8.h
- c8_init_graphics() : graphics.h, graphics_sdl2.c
- c8_instructionStrings : symbol.c
- c8_jump() : decode.h
- C8_KK : defs.h
- c8_load_palette_f() : chip8.c, chip8.h
- c8_load_palette_s() : chip8.c, chip8.h
- c8_load_quirks() : chip8.c, chip8.h
- C8_LOW_DISPLAY_HEIGHT : graphics.h
- C8_LOW_DISPLAY_WIDTH : graphics.h
- C8_MEMSIZE : defs.h
- C8_NNN : defs.h
- C8_PROG_START : defs.h
- c8_render() : graphics.h, graphics_sdl2.c
- c8_set_big_font() : font.c, font.h
- c8_set_fonts() : font.c, font.h
- c8_set_fonts_s() : font.c, font.h
- c8_set_small_font() : font.c, font.h
- c8_simulate() : chip8.c, chip8.h
- C8_STACK_SIZE : chip8.h
- c8_tick() : graphics.h, graphics_sdl2.c
- C8_WINDOW_SCALE_X : graphics.h
- C8_WINDOW_SCALE_Y : graphics.h
- C8_X : defs.h
- C8_Y : defs.h
- CARRIES : chip8.c
- CMD_ADD_BREAKPOINT : debug.c
- CMD_CONTINUE : debug.c
- CMD_HELP : debug.c
- CMD_LOAD : debug.c
- CMD_LOADFLAGS : debug.c
- CMD_NEXT : debug.c
- CMD_NONE : debug.c
- CMD_PRINT : debug.c
- CMD_QUIT : debug.c
- CMD_RM_BREAKPOINT : debug.c
- CMD_SAVE : debug.c
- CMD_SAVEFLAGS : debug.c
- CMD_SET : debug.c
- cmds : debug.c
- Command : debug.c