change 'How to write an emulator (CHIP-8 interpeter)' tutorial to an archived version of the page

This commit is contained in:
Christopher Wangsanata 2023-10-02 00:21:27 -07:00
parent ce73e251ef
commit 8da41d2913
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ It's a great way to learn.
* [**C**: _Virtual machine in C_](http://web.archive.org/web/20200121100942/https://blog.felixangell.com/virtual-machine-in-c/)
* [**C**: _Write your Own Virtual Machine_](https://justinmeiners.github.io/lc3-vm/)
* [**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++**: _How to write an emulator (CHIP-8 interpreter)_](https://archive.ph/lRWUL)
* [**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)
* [**C++**: _Emulation tutorial (Master System emulator)_](http://www.codeslinger.co.uk/pages/projects/mastersystem/memory.html)