Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 961 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 961 Bytes

CHIP8-SpriteKit

Basic CHIP8 emulator for Mac written in Swift, using SpriteKit. It supports ROMs written for the original CHIP8 instruction set

Building

As of now, there is no pre-built version of the emulator, so you need to install Xcode 9 to build this. There are no additional dependecies.

Usage

CMD + O - Choose ROM to load
F2 - Reset ROM
+ - Increase execution speed
- - Decrease execution speed

Key Mapping

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