https://github.com/intedai/chip-8
WIP:CHIP8 interpreter written in C++
https://github.com/intedai/chip-8
chip8
Last synced: 7 months ago
JSON representation
WIP:CHIP8 interpreter written in C++
- Host: GitHub
- URL: https://github.com/intedai/chip-8
- Owner: Intedai
- Created: 2024-03-13T22:44:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T13:34:19.000Z (about 2 years ago)
- Last Synced: 2024-12-28T03:42:27.213Z (over 1 year ago)
- Topics: chip8
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHIP-8 - Work in progress:
## Completed for now:
implementation of all instructions, loading roms to memory, fetching opcodes and a timers update function
A CHIP-8 Interpreter made with C++
## Dependencies
SDL2