Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 348 Bytes

Chip8-emu

A very basic Chip8 emulator written in C++.

Games tested

Tested only with pong.

Sound

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.

Usage

	chip8 game_rom_path <sound_effect_path>

Compilation

Compiled with MSVC.