Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.