Skip to content

bulbazord/chipb8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chipb8

A Chip8 Emulator written in C with SDL2 being used to handle input and video. Audio functionality has not been implemented and there are no plans to implement them. However, should I feel up to it one day, it will be done using SDL2 as well.

Dependencies

  • SDL2

Building and Running

The makefile provided should be sufficient to create this. Running the code is done like so:

./chipb8 <ROM file>

Thanks to Sergey Naydenov for SCTEST. This ROM can be found on emu-docs/emu-docs.git on Github.

About

A Chip8 Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published