Skip to content

DTselikis/Chip8-emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.