An 8-bit chip emulator written in C, using the SDL2 library.
You need to have installed the SDL2 library.
In Debian/Ubuntu systems you can use apt
to install it.
sudo apt install libsdl2-dev
First compile the source code with make
.
make build
Then you can run it like this, providing the path to a .ch8
rom.
./emu8 path_to_the_rom
ESC: exit the program
SPACE: pauses the execution of the program
1 | 2 | 3 | 4
Q | W | E | R
A | S | D | F
Z | X | C | V