Skip to content

ericslchiang/CHIP_8_Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator by ericslchiang

March 18th 2025

An Chip-8 interpreter emulator written in C and rendered using raylib. Build using
cmake ..\
cmake --build .
from the build directory to compile the project.

To start the emulator, run chip8emulator.exe along with a the name of the desired ROM and game speed (default is 8 instructions per second).

ex: .\chip8emulator.exe brix 9

To add more ROMs, copy + paste .ch8 files into the ROM folder.

Notes:

cmake will clone the raylib repository directly into the build directory. I didn't want to bloat the code size, but I could not figure out how to properly structure the cmake code for Windows.

About

CHIP-8 Emulator written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors