Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8emu

Small chip8 emulator written in C.

Uses SDL for rendering.

Build

Clone repositoy, install libSDL and run make

Run

./bin/chip8emu <path_to_chip8_program>

Controls

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

Building and running on Ubuntu

  1. Clone repository git clone https://github.com/andreymgn/chip8emu.git
  2. Install libSDL sudo apt install libsdl2-dev
  3. Run make
  4. Run chip8 program ./bin/chip8emu <path_to_chip8_program>

About

chip8 emulator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages