Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JonathanDC64/Chip-8-Interpreter

A simple Chip-8 emulator
https://github.com/JonathanDC64/Chip-8-Interpreter

Last synced: about 2 months ago
JSON representation

A simple Chip-8 emulator

Awesome Lists containing this project

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 GameNames

Or

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|
--------- ---------