From 1b3eee8155683b7aff6af351e958b6ff4e35ebdc Mon Sep 17 00:00:00 2001 From: achester88 Date: Fri, 31 May 2024 14:08:28 -0500 Subject: [PATCH] Added Rust NES Emulator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6107b7062..0942c6362 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ It's a great way to learn. * [**JavaScript**: _GameBoy Emulation in JavaScript_](http://imrannazar.com/GameBoy-Emulation-in-JavaScript) * [**Python**: _Emulation Basics: Write your own Chip 8 Emulator/Interpreter_](http://omokute.blogspot.com.br/2012/06/emulation-basics-write-your-own-chip-8.html) * [**Rust**: _0dmg: Learning Rust by building a partial Game Boy emulator_](https://jeremybanks.github.io/0dmg/) +* [**Rust**: _Writing NES Emulator in Rust_](https://bugzmanov.github.io/nes_ebook/) #### Build your own `Front-end Framework / Library`