Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 473 Bytes

CHIP-8 Emulator

This is a simple incomplete implementation of the CHIP-8 architecture.

How to use

Just provide the rom name as launch argument.
Example: ./chip8 /roms/randomnumber/random_number_test.ch8

Credits