Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beilinson/chip8

A Chip8 Emulator in C
https://github.com/beilinson/chip8

c chip8 emulator

Last synced: 7 days ago
JSON representation

A Chip8 Emulator in C

Awesome Lists containing this project

README

        

![image](https://github.com/Beilinson/Chip8/blob/e4060400e5d506f4449002f39207e98f380f216a/chip8-cover.jpg?raw=true)

## CHIP-8: C Emulator
A little weekend project implementing a Chip8 emulator in C with SDL.
Made using VS2019, compilable for windows.

## Resources used:
http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#8xy7
https://www.libsdl.org/
https://tobiasvl.github.io/blog/write-a-chip-8-emulator/c