Chip8Mac is another Chip-8 based emulator that uses C, C++, SDL2, and CMake.
Follow these steps to set up the project on your local machine:
- Clone the repository:
git clone https://github.com/D8L/Chip8Emulator.git
- Navigate to the project directory:
cd Chip8Emulator
- Build the project:
mkdir build && cd build
cmake ..
make
- Run the project:
./chip8 [ROM filepath]
You can find some ROMs under the roms directory.
- C
- C++
- SDL2
- CMake
- D8L

