https://github.com/rinhizakura/nes-emulator
Implement NES emlutor following "Writing NES Emulator in Rust"
https://github.com/rinhizakura/nes-emulator
Last synced: 3 months ago
JSON representation
Implement NES emlutor following "Writing NES Emulator in Rust"
- Host: GitHub
- URL: https://github.com/rinhizakura/nes-emulator
- Owner: RinHizakura
- Created: 2020-11-22T09:46:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T13:01:23.000Z (over 4 years ago)
- Last Synced: 2024-12-27T12:09:01.949Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-nes-emulator
This is a practice to implement NES emlutor following [Writing NES Emulator in Rust](https://bugzmanov.github.io/nes_ebook/), with some revise by my personal preferences.
You can check the note which is written by me in Chinese. Any advise is welcome to make me better!
* [Note in HackMD](https://hackmd.io/@RinHizakura/rk2nomf5D)