Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 286 Bytes

File metadata and controls

20 lines (15 loc) · 286 Bytes

Chip-8

This is my first emulator made with the help of: https://austinmorlan.com/posts/chip8_emulator/ any help is welcome.

requirements:

  • SFML

Use:

git clone https://github.com/Carlos4621/Chip-8.git
cd Chip-8
mkdir build
cd build
cmake ..
make -j
./chip <RomPath>