diff --git a/README.md b/README.md
index 6e126ef515e2686a9f5cf549dc8e3ae8fd64bfbe..26ceaca5d9d76427dcab24bc111b226ad34346ea 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/).