Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 720 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 720 Bytes

chip-8-emu

Emulator for the Chip-8 VM.

Screenshot

Chip-8 has a very small set of instructions, which makes it very easy to implement. There are many implementations of this emulator across the web. This one is built using C++. The windowing, input and graphics are provided by the SDL2 library.

There are probably some ninja bugs hidden in the code, which is a mess as of now. Given the time I plan on tidying it up.

Useful links