Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esam091/mad-nes

A NES emulator implemented from scratch and written with Rust. Not aiming to be a super accurate emulator, just enough to teach myself about NES emulation.
https://github.com/esam091/mad-nes

assembly emulation rust

Last synced: 29 days ago
JSON representation

A NES emulator implemented from scratch and written with Rust. Not aiming to be a super accurate emulator, just enough to teach myself about NES emulation.

Awesome Lists containing this project

README

        

# mad-nes

Just another NES emulator written in Rust. This is not meant to be a full featured emulator, but only as a way to teach myself NES emulation. It can run the most popular NES games just fine, but not guaranteed to run every ROM perfectly.

## Supported mappers:
- NROM
- UNROM
- CNROM
- SxROM
- TxROM

## Building and running the project
Checkout the repo, and then use this command to run your favorite NES games
```
cargo run --release -- [/path/to/game.nes]
```