This project requires the following dependencies:
First, clone the repository and build the project:
# clone the repository
git clone https://github.com/AntonioBerna/ciotto.git
cd ciotto
# build the project
make
# clean the build files
make cleanThen, you can run the emulator with a CHIP-8 ROM:
./chip8 --emu <rom.ch8>
Note
You can find some CHIP-8 ROMs in the roms directory.
