Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 928 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 928 Bytes

NES Emulator

Warning: Highly experimental and still in development. It's not recommended to use this project for anything yet

Assisted by Rafael Bagmanov's guide to writing a NES Emulator in Rust. His article is a great starting point for people who are new to this topic and it helped in development.

Installation

Install the Rust toolchain to get started with this project.

Usage

Run the command cargo run to start the emulator. To edit which cartridge is being played, currently you must edit the line in main.rs where it reads in a cartridge file.

Features in progress: