Skip to content

JoelWesleyReed/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator

This is a Chip8 emulator for Mac OS X. It is a Xcode workspace with 2 projects: an emulator library and a Cocoa interface, both implemented in Objective-C. It implements an debugger that allows stepping through a chip8 program one opcode at a time and displaying the contents of all of the registers. I created it as a refresher course on Objective-C and to learn how Cocoa interfaces are implemented.

Screen Shot

Thanks to Laurence Muller's blog post for the inspiration.

License:

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Chip8 emulator for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published