Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 768 Bytes

File metadata and controls

34 lines (22 loc) · 768 Bytes

Neochip

License Language

CHIP-8 emulator/interpreter for C++.

Installation

Clone the repository and compile the source code using CMake.

git clone https://github.com/your-username/Neochip.git
cd Neochip
cd build
cmake ..
make 

Usage

To run Neochip with a CHIP-8 ROM, use the following command from the /build directory you created during the installation:

./neochip [file path to your ROM]

Dependencies

License

This project is licensed under the MIT License.