Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/superzazu/chip8
- Owner: superzazu
- License: mit
- Created: 2018-09-10T20:31:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T20:38:39.000Z (over 6 years ago)
- Last Synced: 2024-10-15T06:08:07.197Z (3 months ago)
- Topics: chip8, emulation
- Language: C
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - chip8
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 |