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.
- 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).