From 72c1d7a76c556b876a2f9d304d77a195013f2995 Mon Sep 17 00:00:00 2001 From: "Tobias V. Langhoff" Date: Mon, 5 Feb 2018 23:50:56 +0100 Subject: [PATCH] Add missing URL for Gekkio's Disobey talk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d30e41a..bb47589 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r ## Emulator Development -- [Reverse Engineering fine details of Game Boy hardware] - 43 minutes talk by Gekkio given at Disobey 2018. +- [Reverse Engineering fine details of Game Boy hardware](https://www.youtube.com/watch?v=GBYwjch6oEE) - 43 minutes talk by Gekkio given at Disobey 2018. - [Blargg's test roms](http://gbdev.gg8.se/files/roms/blargg-gb-tests/) - [Gekkio's test roms](https://gekkio.fi/files/mooneye-gb/latest/) - [Building a Game Boy emulator in JavaScript](http://imrannazar.com/gameboy-Emulation-in-JavaScript) - Step by step tutorial.