In this project I am following the Rust Book "Writing NES Emulator in Rust" by @bugzmanov to learn more about CPU architecture, gaming consoles and emulation.
- Create basic CPU structure
- Implement all Ops Codes
- Create tests
- Emulate BUS
- Emulate Cartridges
- Emulate PPU
- Emulate Joypad
- PPU Scrolling
- Emulate APU