Skip to content

AntonioBerna/ciotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CHIP-8
ciotto - The CHIP-8 Emulator

Requirements

This project requires the following dependencies:

Usage

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 clean

Then, 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.

About

The CHIP-8 Emulator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors