Skip to content

CHIP-8 emulator written in C++ and SFML with Launcher written in C++ and WinApi

License

Notifications You must be signed in to change notification settings

michalmuzyka/CHIP-8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP8 emulator

This solution contains two projects:

  1. CHIP-8 emulator
  2. Miki launcher

CHIP-8 emulator

Chip-8 emulator written in C++ and SFML. It allows you to load any chip-8 rom file and handle whole emulation. You should start emulation asynchronously in another thread, otherwise infinite game loop inside emulation, will block your programme.

Launcher

Small launcher written in C++ and WinApi. It allows you to select a rom file and run async emulation.

Image

Credits

ROM for test: https://github.com/corax89/chip8-test-rom