Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 657 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 657 Bytes

CHIP8-Emu

Build Status

A CHIP8 emulator written in C and SDL.

Key Bindings

The key bindings are:

1 2 3 4
q w e r
a s d f
z x c v

Compiling

Windows

Dependencies: SDL2

Open the project in Visual Studio and compile

Linux and MacOS

Dependencies: SDL2, GTK2

Compile using:

g++ chip8.cpp main.cpp loader.cpp vars.h `sdl2-config --cflags --libs` `pkg-config --cflags --libs gtk+-2.0`

Screenshot

BRIX