fabulousduck / chip-8

Chip-8 emu in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

License:MIT License


Languages

Language:C 98.4%Language:Makefile 1.6%