Skip to content

A simple CHIP-8 emulator/interpreter using C and Raylib

Notifications You must be signed in to change notification settings

pcpeasant/OctoEmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoEmu

A simple CHIP-8 emulator/interpreter using C and Raylib

Compilation:

mkdir build
cd build
cmake ..
make

Controls:

Keyboard    Chip-8
1 2 3 4     1 2 3 C
Q W E R  -> 4 5 6 D
A S D F     7 8 9 E
Z X C V     A 0 B F

Press Spacebar to pause/unpause.

Run the OctoEmu executable, drag and drop a ROM file onto the window to get started!
Find CHIP-8 compatible ROMs at https://johnearnest.github.io/chip8Archive/

About

A simple CHIP-8 emulator/interpreter using C and Raylib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages