A very basic Chip8 emulator written in C++.
Tested only with pong.
Support custom sound effect file by passing the file path as a third launch argument. If no file was provited, system sound effect will be used.
chip8 game_rom_path <sound_effect_path>
Compiled with MSVC.