https://github.com/oxtna/chip-8
Chip-8 emulator written in C++
https://github.com/oxtna/chip-8
chip-8 cmake cpp showcase
Last synced: over 1 year ago
JSON representation
Chip-8 emulator written in C++
- Host: GitHub
- URL: https://github.com/oxtna/chip-8
- Owner: oxtna
- License: mit
- Created: 2023-08-26T17:16:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T22:23:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T06:17:22.127Z (over 1 year ago)
- Topics: chip-8, cmake, cpp, showcase
- Language: C++
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chip-8 Emulator
My take on the famous Chip-8, written in C++.
Based on [this excellent reference](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM "Chip-8 Technical Reference").
There may be some inconsistencies between this implementation and the reference caused by prioritizing historical accuracy.
