Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 703 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 703 Bytes

chip8

Baby's first emulator, of the CHIP-8 variety. (The NES was a wee bit daunting for a first emulator project.)

Hacked together in Rust.

Usage

$ cargo run --release roms/ROM_NAME

Screenshots

invaders

tetris

tictac

Known issues

  • No sound. (It's monotone anyway, so no huge loss.)
  • Not cycle-accurate.

References