Skip to content

vwv-source/shit8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHIT-8

A CHIP-8 emulator I wrote in 2 days for fun
./shit8 <ROM> <DELAY> (2) <SCALE> (10)

Screenshots

image

image


This guide was greatly used to create this emulator

It uses SDL2 for drawing the screen buffer (although you can basically use anything since the buffer is extremely simple)

ATM it doesn't have audio since SDL2 kinda sux for that but I might revisit it later, It should also compile for Windows but I haven't tested it (usleep for delays might be an issue)
Also only roms from this repo worked for me for some reason ¯\_(ツ)_/¯

My next goal will be the GameBoy so lets hope I dont give up lol