Chip 8 implementation i wrote over the weekend, enjoy :)
- Implements the full CHIP-8 instruction set.
- Supports standard CHIP-8 programs.
- Simple command-line interface.
- Renders graphics using a SDL 2
sudo apt install libsdl2-dev -y
or install SDL2 manually and link manually
To run the emulator, provide the path to a CHIP-8 program as an argument:
g++ -lSDL2 -o chip8
./chip8 /path/to/program.ch8
This has only been tested on window 11 w MSCV c++