https://github.com/djdeveloperr/chip8
Just another CHIP8 emulator in Rust
https://github.com/djdeveloperr/chip8
Last synced: 9 days ago
JSON representation
Just another CHIP8 emulator in Rust
- Host: GitHub
- URL: https://github.com/djdeveloperr/chip8
- Owner: DjDeveloperr
- License: mit
- Created: 2021-06-05T07:09:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T03:02:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T12:14:02.882Z (4 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Just another CHIP8 implementation, in Rust :)
I did this project to learn about emulation.
Bugs:
- Window does not update, but only when there is some event, i.e. mouse move.
- There is a weird bug when emulating Connect 4 ROM.