Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 227 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 227 Bytes

CHIP-8 Emulator

A CHIP-8 emulator I have written in my spare time to learn more about interpreting code and emulation in general. It uses Direct2D as well as raw input to display to the screen and recieve input respectively.