Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/levshx/nim-chip8

chip8 emulator written on nim-lang
https://github.com/levshx/nim-chip8

chip-8 chip8 chip8-emulator nim-lang

Last synced: 8 days ago
JSON representation

chip8 emulator written on nim-lang

Awesome Lists containing this project

README

        

# nim-chip8
chip8 emulator written on nim-lang

[![nim-chip8](https://raw.githubusercontent.com/levshx/nim-chip8/main/readme/screen.jpg)](https://github.com/levshx/nim-chip8)

## Bugs

Keyboard input is not finalized. Commands of button press interrupts are not implemented.

CPU currently has 4 bugs under test:

[![nim-chip8](https://raw.githubusercontent.com/levshx/nim-chip8/main/Errors.jpg)](https://github.com/levshx/nim-chip8)