Skip to content

TimonGaertner/chip8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-emulator

chip8 emulator, written in C++

How to use:

Clone the repository and execute the chip8. If you use Windows or Mac built it with "g++ -g chip8.cpp -o chip8 -lSDL2" To built it you need the libary "SDL2".
To run the emulator run it over the console with a 2nd arg which stands for the rom to load (only roms in the same folder). e.g "./chip8 PONG"

ROMS

This gh repository does have a lot of roms: https://github.com/JamesGriffin/CHIP-8-Emulator/tree/master/roms

!DISCLAMER!

Frontend (so everything with sdl2) is copied by this repo https://github.com/JamesGriffin/CHIP-8-Emulator/
The rest is written by me

About

chip8 emulator, written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages