From 64d064fa18bba70878d8d87c7bb73652f6d1834d Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sat, 14 Jul 2018 12:58:22 +0200 Subject: [PATCH] Add tutorial #235 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b59e85..a21c689 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ #### Build your own `Emulator` +* [**C**: _Writing a Game Boy emulator, Cinoop_](https://cturt.github.io/cinoop.html) * [**C++**: _How to write an emulator (CHIP-8 interpreter)_](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) * [**C++**: _Emulation tutorial (CHIP-8 interpreter)_](http://www.codeslinger.co.uk/pages/projects/chip8.html) * [**C++**: _Emulation tutorial (GameBoy emulator)_](http://www.codeslinger.co.uk/pages/projects/gameboy.html)