Skip to content

eselizabeth/chip8Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content

Chip-8 is a simple, interpreted, programming language which was first used on some do-it-yourself computer systems in the late 1970s and early 1980s.

How to run

Linux

Install sdl2 (you can install this on debian based distros by typing sudo apt install libsdl2-dev)
you can compile it by running make in the terminal
after that you can run the program by giving the path of the rom
./chip8 rom/BLITZ.ch8

Keyboard

Chip 8 Key Keyboard Key
1 1
2 2
3 3
4 Q
5 W
6 E
7 A
8 S
9 D
0 X
A Z
B C
C 4
D R
E F
F V

Images

space invaders space invaders blitz

References

Wiki

Documentation

Chip8 ROMs

Test ROM for instructions

Test ROM for keyboard

About

Chip-8 Emulator written in C++ & SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published