https://github.com/finefindus/chip-8-emulator
A simple CHIP-8 interpreter
https://github.com/finefindus/chip-8-emulator
Last synced: about 2 months ago
JSON representation
A simple CHIP-8 interpreter
- Host: GitHub
- URL: https://github.com/finefindus/chip-8-emulator
- Owner: FineFindus
- Archived: true
- Created: 2024-08-18T18:22:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T21:10:20.000Z (9 months ago)
- Last Synced: 2025-02-06T04:51:46.633Z (3 months ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHIP-8 Emulator
A simple CHIP-8 Emulator (interpreter) written in Rust, mostly following [Cowgod's Reference](https://web.archive.org/web/20231223002150/https://devernay.free.fr/hacks/chip8/C8TECH10.HTM#2.5). Most of the implementation has been tested using [Timendus' test suite](https://github.com/Timendus/chip8-test-suite?tab=readme-ov-file).