Skip to content

Releases: Vexith/chip8-emulator-c

new updates and linux support

Choose a tag to compare

@Vexith Vexith released this 02 Sep 14:31
8d2b98d

added sound support
fixed a bug in the draw instruction missing a “break;”
fixed a bug in math operations that bugged the collision in some games (brix and pong)
readme rewritten for better clarity
new user interface
added linux support

v1

v1

Choose a tag to compare

@Vexith Vexith released this 27 Aug 23:32
38ae0ae

working, but need some polishing on the user interface

added sdl2 rendering and the remaining opcodes

pre-release

pre-release Pre-release
Pre-release

Choose a tag to compare

@Vexith Vexith released this 27 Aug 14:14
9ef2d99

fix for the previous release that was compiled as debug by accident