Skip to content

Releases: EngHell/JS-Chip-8

Debugger Is here.

Choose a tag to compare

@EngHell EngHell released this 03 Apr 17:51
  • Added a debugger
  • Improved emulation rate
  • Fixed bad opcodes
  • Includes bootstrap to look better.
    A dissembler would be good to add a better output to the debugger, but im passing that as I'm moving to a new project with all I learned here.

New look

Choose a tag to compare

@EngHell EngHell released this 31 Mar 22:50

Changelog

  • Added bootstrap for a cleaner look.
  • Added new debuggin buttons.
  • New debuggin ui, not working but almost.

Cleaner code, and unit testing finished.

Choose a tag to compare

@EngHell EngHell released this 31 Mar 00:09
v1.1.0

Unit test for FX65

Almost finished unit testing so still RC

Choose a tag to compare

@EngHell EngHell released this 25 Jan 05:03
  • Refactored chip8.js to be a bit more redeable
  • Fixed many bugs related to opcode implementations.

Initial Release

Choose a tag to compare

@EngHell EngHell released this 30 Nov 04:01

Working Release, need some refactoring and also add unit testing.