This is my first emulator made with the help of: https://austinmorlan.com/posts/chip8_emulator/ any help is welcome.
- SFML
git clone https://github.com/Carlos4621/Chip-8.git
cd Chip-8
mkdir build
cd build
cmake ..
make -j
./chip <RomPath>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is my first emulator made with the help of: https://austinmorlan.com/posts/chip8_emulator/ any help is welcome.
git clone https://github.com/Carlos4621/Chip-8.git
cd Chip-8
mkdir build
cd build
cmake ..
make -j
./chip <RomPath>