Writing a CHIP-8 Emulator: Barebones setup (Part 1)


Hello, wizards! Today we will look into the magical world of emulation. We will look at the CHIP-8 programming language, how it works, and later on even begin writing a CHIP-8 emulator. This tutorial will only serve as a high-level guide for beginner emulator developers, so you’ll have to write your own code ;) Worry not however, there will be some code snippets here and there, and incase you get really stuck, feel free to read my own implementation.…
Read more ⟶