Small chip8 emulator written in C.
Uses SDL for rendering.
Clone repositoy, install libSDL and run make
./bin/chip8emu <path_to_chip8_program>
| 1 | 2 | 3 | 4 |
|---|---|---|---|
| q | w | e | r |
| a | s | d | f |
| z | x | c | v |
- Clone repository
git clone https://github.com/andreymgn/chip8emu.git - Install libSDL
sudo apt install libsdl2-dev - Run
make - Run chip8 program
./bin/chip8emu <path_to_chip8_program>