Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ron-popov/chip8-emulator
Simple Chip8 Emulator Written in Rust
https://github.com/ron-popov/chip8-emulator
Last synced: about 1 month ago
JSON representation
Simple Chip8 Emulator Written in Rust
- Host: GitHub
- URL: https://github.com/ron-popov/chip8-emulator
- Owner: ron-popov
- Created: 2021-12-24T18:55:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T20:00:31.000Z (11 months ago)
- Last Synced: 2024-10-15T00:08:46.871Z (3 months ago)
- Language: Rust
- Size: 926 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 chip8 emulator, with a working cpu and display## Known Bugs
### Sound
Sound is still WIP### CPU
Cpu should be working as documented in the instruction set, Tested using a test rom (included in `roms` directory).
Still, it has some bugs and not all games work as expected.