1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-28 10:00:24 +02:00

Add link to errata for Gekkio's Disobey talk

This commit is contained in:
Tobias V. Langhoff
2018-02-05 23:52:49 +01:00
parent 72c1d7a76c
commit af662ad8b2

View File

@@ -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](https://www.youtube.com/watch?v=GBYwjch6oEE) - 43 minutes talk by Gekkio given at Disobey 2018.
- [Reverse Engineering fine details of Game Boy hardware](https://www.youtube.com/watch?v=GBYwjch6oEE) ([errata](https://gekkio.fi/blog/2018-02-05-errata-for-reverse-engineering-fine-details-of-game-boy-hardware.html)) - 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.