Yet another Chip-8 emulator - An interpreter for Chip-8 bytecode writen in C
Find a file
Nicholas Orlowsky 66dd4f3e18
add images
2023-08-31 18:30:27 -04:00
screenshots add images 2023-08-31 18:30:27 -04:00
.gitignore first few instrucitons implemented 2023-08-22 12:10:25 -05:00
main.c hide debug msgs 2023-08-31 18:26:49 -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