Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 990 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 990 Bytes

CHIP-8 emulator

A CHIP-8 emulator written in C++ using SDL2.

Controls

Keypad

1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F

Keyboard

1 2 3 4
Q W E R
A S D F
Z X C V

Dependencies

  • SDL2 2.0.20

Resources

Resources used when writing this emulator:

About the CHIP-8

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker. It was initially used on the COSMAC VIP and Telmac 1800 8-bit microcomputers in the mid-1970s. CHIP-8 programs are run on a CHIP-8 virtual machine. It was made to allow video games to be more easily programmed for these computers.