Skip to content

Releases: M1ngXU/CHIP-8-Emulator

v2.0.0

18 Sep 05:36
Compare
Choose a tag to compare

Now with Arduino-Keypad support, read README for more information.

v1.0.1

15 Jan 07:43
Compare
Choose a tag to compare

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

12 Jan 13:56
a91502e
Compare
Choose a tag to compare

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.