gp-97 / chip8

Chip-8 emulator implementation in C++

Home Page:https://gp-97.github.io/chip8/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/**

@mainpage Chip-8 Emulator

@author Gaurav Patel

Chip8 emulator written in C++.

Technically the CHIP-8 was never a real machine at all but instead a virtual machine. 
People would write programs for this virtual machine, and then an interpreter would decode the instructions. 
Because it was virtual, the same programs could run on different machines as long as they had an interpreter. 

*/

About

Chip-8 emulator implementation in C++

https://gp-97.github.io/chip8/


Languages

Language:C++ 97.5%Language:CMake 2.5%