Chip8 emulator Changelog

What's new in Chip8 emulator 0.5

Sep 16, 2013
  • Adds menu with lots of options
  • Improves compatibility significantly

New in Chip8 emulator 0.4 (Sep 16, 2013)

  • Quick fix, 7XNN now wraps (so 64 + 255 = 63) instead of clamping (64 + 255 = 256)
  • Tetris works but tries to clear a new line infinitely when you clear 1 line.
  • Pong works flawlessly now, some other games might, too.
  • QWERTY by default.

New in Chip8 emulator 0.3 (Sep 16, 2013)

  • Fixes major binary bug, game graphics no longer garbled mess.
  • Inverts screen colors because I stupidly had them backwards.

New in Chip8 emulator 0.2 (Sep 16, 2013)

  • Fixes many bugs and crashes, increases efficiency (sounds like a Sony update to stop pirates)
  • Requires canvas support for the time being!
  • Adds sound!

New in Chip8 emulator 0.1 (Sep 16, 2013)

  • Initial upload