From 27b5544ee160398ffc5c068145c94bb4dcf76a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 26 Jun 2022 10:25:49 +0100 Subject: [PATCH] docs: better documentation section --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e126ef5..26ceaca5 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,25 @@ A Game Boy emulator that is written in Rust 🦀. ## Inspiration +### Documentation + * [Game Boy Development community](https://gbdev.io/) * [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) -* [GitHub - gameroy](https://github.com/Rodrigodd/gameroy) * [Game Boy CPU Opcodes](https://izik1.github.io/gbops) * [GitHub - c-sp/gameboy-test-roms](https://github.com/c-sp/gameboy-test-roms) +### Emulators + +* [GitHub - binji/binjgb (Javascript)](https://github.com/binji/binjgb) +* [GitHub - Rodrigodd/gameroy (Rust)](https://github.com/Rodrigodd/gameroy) +* [GitHub - calvinbaart/gameboy (TypeScript)](https://github.com/calvinbaart/gameboy) + +### Videos + +* [YouTube - The Ultimate Game Boy Talk (33c3)](https://www.youtube.com/watch?v=HyzD8pNlpwI) + ## License Boyacian is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/). -- GitLab