1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-13 18:44:02 +02:00

Add tutorial #235

This commit is contained in:
Daniel Stefanovic
2018-07-14 12:58:22 +02:00
committed by GitHub
parent 2b1be55928
commit 64d064fa18

View File

@@ -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)