From e33ec487e90e9a39fa8c691fbb3ac990dc102871 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Mon, 26 Nov 2018 18:21:04 +0100 Subject: [PATCH] Add DMG-01 project (#130) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77b145f..630a173 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r ## Emulator Development - [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. +- [DMG-01](http://blog.ryanlevick.com/DMG-01/public/book/) - An educational Gameboy Emulator in Rust and a companion book explaining its development. - [Building a Game Boy emulator in JavaScript](http://imrannazar.com/gameboy-Emulation-in-JavaScript) - Step by step tutorial. - [Writing a Game Boy emulator, Cinoop](https://cturt.github.io/cinoop.html) - [RealBoy Emulator](https://realboyemulator.wordpress.com/posts/) - A series of posts about the design and implementation of the RealBoy Emulator.