CHIP-8 emulator/interpreter for C++.
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 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]- Requires SDL3 (https://www.libsdl.org/).
This project is licensed under the MIT License.