MU-8 is a CHIP-8 interpreter.
I am following this article to write the code: https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
This document is also very useful: https://www.cs.columbia.edu/~sedwards/classes/2016/4840-spring/designs/Chip8.pdf
Useful roms in this repo and some code: https://github.com/dmatlack/chip8
Test suite used: https://github.com/Timendus/chip8-test-suite.git