/CHIP8-Emulator

A CHIP-8 Emulator written in C, using SDL2

Primary LanguageCGNU General Public License v3.0GPL-3.0

CHIP-8-Emulator

A CHIP-8 Emulator written in C, using SDL2

Requires libsdl2-dev


TODO:

Regulate CPU cycle frequency
Add some kind of interface for selecting roms, go back to that interface on exit instead of killing the process
Add a config file for anything that might need to be changed

  • CPU Hz
  • Pixel color
  • Display size
  • Beep sound file
  • Control mapping
  • etc