From cf79df6536ca2a2fc4ae70f1c2bf5b4a24fe34ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Tue, 21 Jun 2022 01:14:02 +0100 Subject: [PATCH] docs: new entries --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79bb1bb8..de3f56b9 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ A Game Boy emulator that is written in Rust 🦀. ## Inspiration * [Game Boy Development community](https://gbdev.io/) -* [Game Boy - Pandocs](https://gbdev.io/pandocs) +* [Game Boy - Pan Docs](https://gbdev.io/pandocs) * [GameBoy Emulation in JavaScript:](http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU) * [POKEGB: a gameboy emulator that only plays Pokémon blue](https://binji.github.io/posts/pokegb) +* [GitHub - binjgb](https://github.com/binji/binjgb) ## License -- GitLab