An emulator to run CHIP-8 applications virtually.
CHIP-8 is an interpretted programming language developed by Joseph Weisbecker in the mid 70s and was initally used on the COSMAC VIP and Telmac 1800 8-bit microcomputers to make game programming easier. CHIP-8 programs are run using a CHIP-8 virtual machine.
https://www.wikiwand.com/en/CHIP-8
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
http://emulator101.com/
https://codereview.stackexchange.com/questions/148784/chip-8-emulator/148802
- Add complete visual support
- Add audio support
- Add documentation
- Add visualization and samples
- Add tests
- Add installation script