/chip8

Simple emulator for the Chip8 Processor

Primary LanguageGo

Another Chip8 Emulator

A simple Chip8 emulator implementation in Go. Used this primarily as a project to learn more about the world of emulator development. Chip8 is a very simple architecture with only 35 opcodes, making a it a great beginner project.

References