https://github.com/erengy/chip-8
CHIP-8 emulator
https://github.com/erengy/chip-8
chip-8 cpp emulator sdl
Last synced: 25 days ago
JSON representation
CHIP-8 emulator
- Host: GitHub
- URL: https://github.com/erengy/chip-8
- Owner: erengy
- License: mit
- Created: 2016-04-22T14:08:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T17:40:28.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T17:43:05.634Z (3 months ago)
- Topics: chip-8, cpp, emulator, sdl
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip-8

chip-8 is an emulator for [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8). Uses [SDL](https://www.libsdl.org) for graphics and input.
## References
- [Cowgod's Chip-8 Technical Reference v1.0](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM)
## License
chip-8 is licensed under the [MIT License](https://opensource.org/licenses/MIT).