Yet another Chip-8 emulator - An interpreter for Chip-8 bytecode writen in C
Find a file
Nicholas Orlowsky f2b1d932d3
update readme
2023-08-31 18:21:02 -04:00
.gitignore first few instrucitons implemented 2023-08-22 12:10:25 -05:00
main.c passes corax+ 2023-08-31 18:17:53 -04:00
Makefile passes corax+ 2023-08-31 18:17:53 -04:00
README.md update readme 2023-08-31 18:21:02 -04:00

chip8-emu

A Chip-8 emulator written in C

Todo

  • Graphics
  • Corax+ Required Instructions
  • Rest of Instructions
  • Working Input
  • Tetris Running
  • Extended instruction set (MEGACHIP, SUPER CHIP-48)