Facon / Chip8Emulator

A working Chip8 emulator in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8Emulator

A working Chip8 emulator in C.

Background

After creating the MaquinaSencillaEmulator, I wanted to try the next step, which is to emulate Chip8.

It was not as easy as expected and the code looks horrible, but it works and it was a nice exercise to gain more knowledge on how to program emulate systems and how to use SDL library.

About

A working Chip8 emulator in C

License:MIT License


Languages

Language:C 98.1%Language:Makefile 1.9%