Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanleiby/nes-rust
NES (Nintendo) Emulator
https://github.com/nathanleiby/nes-rust
emudev emulator nes rust-lang
Last synced: 12 days ago
JSON representation
NES (Nintendo) Emulator
- Host: GitHub
- URL: https://github.com/nathanleiby/nes-rust
- Owner: nathanleiby
- Created: 2024-11-29T23:02:53.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-14T04:44:49.000Z (18 days ago)
- Last Synced: 2024-12-14T05:23:18.081Z (18 days ago)
- Topics: emudev, emulator, nes, rust-lang
- Language: Rust
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nes-rust ("Muenster")
An emulator for the NES, written in Rust.
Priorities:
- WASM support from the start
- Try Bevy game engine for Frontend (audio, input, screen)
- Unit tested
- CI on commit: linting, unit tests, releases
- Try some Rust patterns for midsized projects...
- break up the repo into modules?
- run benchmarks?## References
### Howto
- Book with Walkthrough: https://bugzmanov.github.io/nes_ebook
- Spec:
- https://www.nesdev.org/obelisk-6502-guide/reference.html
- http://www.6502.org/tutorials/6502opcodes.html
- NES Test Roms: https://github.com/christopherpow/nes-test-roms
- Other Roms:
- https://www.nesworld.com/article.php?system=nes&data=neshomebrew
- https://www.nesfiles.com/Games
- 6502 details
- overflow and underflow: https://www.righto.com/2012/12/the-6502-overflow-flag-explained.html
- Making Games
- and more.. https://github.com/denisenepraunig/nes-development
- How games should look:
- Donkey Kong 1: https://www.youtube.com/watch?v=p54nqmtK50Y&ab_channel=IGN
- Pacman: https://www.youtube.com/watch?v=DxFjFS-idYk&ab_channel=WorldofLongplays### Other interesting Tools
- https://github.com/tedsteen/nes-bundler