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

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"

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)