Skip to content

aymanbagabas/C8emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C8emu

C8emu is just another Chip-8 based emulator that uses C++ and SDL2.

Space Invaders

Pong

Building and Running

This project requires cmake to build.

To build:

$ git clone https://github.com/aymanbagabas/C8emu.git && cd C8emu
$ mkdir build && cd build
$ cmake ..
$ make

To run:

./C8emu [ROM FILE]

Add -v to debug.

You can find some ROMs under the roms directory.

References