Yet another Chip-8 emulator - An interpreter for Chip-8 bytecode writen in C
Find a file
Nicholas Orlowsky 8ea35b725e
update readme
2023-08-31 18:23:32 -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:23:32 -04:00

yacemu (Yet Another Chip Eight Emulator)

A Chip-8 emulator written in C. Depends on SDL2.

Todo

  • Graphics
  • Corax+ Required Instructions
  • Rest of Instructions
  • Working Input
  • Tetris Running
  • Extended instruction set (MEGACHIP, SUPER CHIP-48)
  • Add my own custom instructions
  • Write a ROM that uses the above instructions