Releases: danirod/chip8
Releases · danirod/chip8
CHIP8 0.2.0 - 2016-06-18
Version 0.1.3 - 2016-03-28
- 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
- Added sound support.
- Added more flags:
--version
and--usage
. - Fixed a few bugs on some opcodes.
Version 0.1.1 - 2015-03-12
- 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
- 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.