Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hparker/chip-8
Chip-8 emulators in C and Rust
https://github.com/hparker/chip-8
chip8 emulator
Last synced: 6 days ago
JSON representation
Chip-8 emulators in C and Rust
- Host: GitHub
- URL: https://github.com/hparker/chip-8
- Owner: HParker
- Created: 2021-05-14T20:26:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T13:33:56.000Z (over 1 year ago)
- Last Synced: 2024-12-11T13:47:20.686Z (14 days ago)
- Topics: chip8, emulator
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sources:
- http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#2.4
- https://github.com/AlexEne/rust-chip8
- https://en.wikipedia.org/wiki/CHIP-8
- https://github.com/dmatlack/chip8/tree/master/roms# related:
- https://news.ycombinator.com/item?id=13290362
- https://www.youtube.com/watch?v=Fsi9HPcyrU8
- http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU