Skip to content

Manu-sh/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

Schermata del 2025-11-09 17-12-16

this emulator require sdl3

on archlinux: sudo pacman -S sdl3

git clone https://github.com/Manu-sh/chip8
cmake -B build
make -j`nproc --all` -C build

launch the emulator

./build/chip8 /path/to/your/rom.ch8

useful links

other

Copyright © 2025, Manu-sh, s3gmentationfault@gmail.com. Released under the MIT license.

About

chip8 emulator using sdl3

Topics

Resources

License

Stars

Watchers

Forks