Skip to content

delp/screen_emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort of a skeleton for writing a screen emulator for 8bit cpu emulation. Going to use it for a CHIP-8 emulator in c and maybe a 6502 something or other later.

You'll probably need to install libglut, do it like this

sudo apt install libglut-dev

Then do a make

If you wanna setup the debugger and the vscode shit do this

sudo apt-get install build-essential gdb

I did some tedious bullshit with the JSON stuff, make sure you take a look at whats in .vscode/tasks.json and .vscode/launch.json. It should work now.

About

16 Color Display Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published