Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/superzazu/chip8

Chip8 interpreter in C/SDL2.
https://github.com/superzazu/chip8

chip8 emulation

Last synced: about 2 months ago
JSON representation

Chip8 interpreter in C/SDL2.

Awesome Lists containing this project

README

        

# chip8

A Chip-8 interpreter written in C with the SDL2. Run `make` to build the project.

## Key bindings
| Computer key | CHIP8 equivalent |
| ---------------- | ---------------- |
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | C |
| A | 4 |
| Z | 5 |
| E | 6 |
| R | D |
| Q | 7 |
| S | 8 |
| D | 9 |
| F | E |
| W | A |
| X | 0 |
| C | B |
| V | F |