Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JonathanDC64/Chip-8-Interpreter
A simple Chip-8 emulator
https://github.com/JonathanDC64/Chip-8-Interpreter
Last synced: 2 months ago
JSON representation
A simple Chip-8 emulator
- Host: GitHub
- URL: https://github.com/JonathanDC64/Chip-8-Interpreter
- Owner: JonathanDC64
- Created: 2016-05-29T16:09:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T14:06:39.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T18:16:41.213Z (6 months ago)
- Language: C
- Size: 834 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Chip-8-Interpreter
README
# Chip-8-Interpreter
A simple Chip-8 emulator (still has a few bugs)## How to use
Run in the command line:
Chip-8-Interpreter.exe GameNamesOr
Drag game on the Chip-8-Interpreter.exe file
Or
Add path to game in project settings -> debugging -> Command Arguments
## Controls
Original: Emulator:
Keypad Keyboard
--------- ---------
|1|2|3|C| -> |1|2|3|4|
--------- ---------
|4|5|6|D| -> |Q|W|E|R|
--------- ---------
|7|8|9|E| -> |A|S|D|F|
--------- ---------
|A|0|B|F| -> |Z|X|C|V|
--------- ---------