Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 676 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 676 Bytes

nes

Work-in-progress NES emulator inspired by @javidx9 youtube series on making an NES emulator.

The early stages of the emulator were openly inspired by his C++ implementation.

Plan: kill two birds with one stone: get moar rust experience, and accomplish a childhood challenge.

Status

  • Plays classic Super Mario Brothers fine, except for wonky sound.
  • Only the first square wave channel is emulated (poorly) at the moment.
  • Only supports MMC0 games
  • Passes nestest (except for illegal instructions).