Skip to content

fabulousduck/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-8

a small chip-8 interpreter with fancy memory map

what does it do ?

it runs simple chip-8 roms

dependencies

  • SDL2(-dev)

how to compile

unix

    $ git clone [email protected]:fabulousduck/chip-8.git
    $ cd chip-8
    $ make
    $ ./chip-8 -f games/<game name>

windows

TODO

flags

  • -f <game/path> supply a game file
  • -d start with debugger

About

Chip-8 emu in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published