This project is experimental and may contain bugs. Use at your own risk. The author(s) are not responsible for any damages or losses resulting from the use of this software.
This is a Chip8 emulator I wrote in C with the help of Queso Fuego's Youtube chip8 series: Link To The Series
- gcc
- make
- SDL2-2.XX.X
make - for "simple" build make debug - build the project with debugging info
chip8.exe <path_to_rom_file> --scale-factor[optional] <scale_factor_value>[optional]