A Chip 8 Emulator written in C++ using SDL2.
- SDL2 Library
Drag and drop a rom on the executable or run using the terminal.
./Chip8_Emulator {path_to_rom}
mkdir build
cd build
cmake ..
make
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Chip 8 Emulator written in C++ using SDL2.
Drag and drop a rom on the executable or run using the terminal.
./Chip8_Emulator {path_to_rom}
mkdir build
cd build
cmake ..
make