Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 571 Bytes

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