Releases: M1ngXU/CHIP-8-Emulator
v2.0.0
v1.0.1
WINDOWS BUILD
Now mostly supports SUPERCHIP (and still CHIP-8) and quicksaving / quickloading is possible (drawing bug fixed too).
To install, download the .exe and the Sdl2.dll, put them into the same directory and add a roms/ directory with the chip8 games. To run a game, you have to give the relative path to the .ch8 file as the first cmd_line parameter.
Launching the program for the first time might take some time for anti-virus software's to check the .exe.
Initial release
Initial release, windows-x64 only (build for other platforms using cargo build
possible).
To install, download the .exe
and the Sdl2.dll, put them into the same file and add a roms/
directory with the chip8 games. To run a game, you have to give the relative path to the .ch8
file as the first cmd_line parameter. Launching the program for the first time might take some time for anti-virus software's to check the .exe
.