Skip to content

Logomorph/CHIP8-SpriteKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic CHIP8 emulator written in Swift, using SpriteKit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages