Skip to content

Releases: danirod/chip8

CHIP8 0.2.0 - 2016-06-18

18 Jun 21:39
0.2.0
Compare
Choose a tag to compare
  • Add support for SUPER-CHIP.
  • Fix CPU usage.

Version 0.1.3 - 2016-03-28

28 Mar 14:40
Compare
Choose a tag to compare
  • Fixed: emulator crashes if the PC has no sound device - #19.
  • Added: --mute flag. Will force the emulator to run with no sound.
  • Added: dpkg based Linux distributions support (.deb installers).

Version 0.1.2 - 2016-03-24

24 Mar 17:42
Compare
Choose a tag to compare
  • Added sound support.
  • Added more flags: --version and --usage.
  • Fixed a few bugs on some opcodes.

Version 0.1.1 - 2015-03-12

12 Mar 23:12
Compare
Choose a tag to compare
  • Emulator doesn't crash now on exit on Linux and MacOS X (issue #3)
  • Emulator now uses the default system graphics backend. For example, might
    choose DirectX on Windows.

Version 0.1.0 - 2015-03-09

09 Mar 22:40
Compare
Choose a tag to compare
  • First release with initial emulation capabilities.
  • All the opcodes for a standard CHIP-8 machine have been implemented.
  • Graphical capabilities for the CHIP-8 emulator are provided using SDL2.