a CHIP-8 emulator written in C
to build this project you will need the following programs installed:
- gcc
- make
- SDL2
# Clone the github repository
$ git clone https://github.com/Peter-van-der-Velde/c8.git
# Go inside the repository
$ cd c8/
# To actually install it run:
$ make
$ sudo make install
To actually run the emulator
$ c8 {rom_name}
This project is licensed under the ZLIB License - see the LICENSE file for more details