From 528ee79096ceb9d9eb9a3c3bf7233efaed4e0b0b Mon Sep 17 00:00:00 2001 From: tofilwiktor <88453543+tofilwiktor@users.noreply.github.com> Date: Sun, 25 Dec 2022 12:37:29 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90abe97..7be83ed 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ It's a great way to learn. * [**Common Lisp**: _CHIP-8 in Common Lisp_](http://stevelosh.com/blog/2016/12/chip8-cpu/) * [**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**: _Writing a NES Emulator_](https://bugzmanov.github.io/nes_ebook/chapter_1.html) #### Build your own `Front-end Framework / Library`