Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beilinson/chip8
- Owner: Beilinson
- Created: 2022-02-04T12:31:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T16:50:23.000Z (over 2 years ago)
- Last Synced: 2024-10-08T17:40:54.745Z (29 days ago)
- Topics: c, chip8, emulator
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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