mseyne / chip8

chip8 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8 Emulator

Currently working except for sound.

Compiles on Linux. Depends on OpenGL and GLUT.

To build: make

To run: ./play <path/to/rom>

logo

space invaders

pong

About

chip8 emulator

License:MIT License


Languages

Language:C 98.4%Language:Makefile 1.6%