Skip to content
forked from aymanbagabas/C8emu

A Chip-8 emulator using C++ and SDL2.

License

Notifications You must be signed in to change notification settings

yclin1209/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

About

A Chip-8 emulator using C++ and SDL2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 97.6%
  • CMake 2.4%