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>