/chip8

Chip8 implementation

Primary LanguageRust

Chip8 Rust emulator

Chip8 implementation, based on Chapter 5 of the book Rust In Action.

Reference documentation for implementing operations from Matthew Mikolay, Mastering CHIP-8.

Also, lots of debuging comparing with the Colin Eberhardt's Chip8 emulator.

work in progress

  • Operations from opcode 8 not implemented
  • Operations from opcode F not implementedx'
  • Missing tests for most of operations

MAZE

image