Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 898 Bytes

Clippy check

nes_emu_rust

NES Emulator in Rest

This repository intends to port nes_emu_py once it will be working enough. This a sandbox to learn programming in Rust.

Current status:

  • CPU : fully functional and compliant to nestest
  • PPU : implementation in progress. Probably 80 to 90% done
  • APU : not started
  • Inputs : Just started, not pluged yet. 20% done
  • Mappers : only mapper 0 hardcoded

Setup development environment

More information on https://crates.io/crates/sdl2