Skip to content

Hucaru/chip-8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-8-emulator

A Chip 8 instruction set emulator written in C++. Sample ROMS can be found in the roms folder

Dependencies

Windows OS

How to compile

  • Install VSTOOLS 2019. If you wish to use a later version then edit the build script to invoke the version you have installed
  • Run the build script. This will place the emulator binary in the bin folder

Running

To run the emulator pass the ROM path as the first command line argument e.g. .\bin\emulator.exe .\roms\PONG2

Screenshots

Pong

PONG

About

A Chip 8 instruction set emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published