Skip to content

TanmayArya-1p/chip8int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator

This Project completely implements the Chip8 instruction set with some support for legacy behaviour.

To build just run make build in the root directory.

Usage

chip8 <rom_file> <display_scale> <clock_period>

A clock period of 20 ms usually works well with most ROMs but some ROMs might require a much lower cycle period.

For legacy behaviour support you need to enable the required flags in config.h and build independently.

Check out this repository of chip8 ROMs to try out.

About

Chip8 Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages