Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 375 Bytes

Yet another CHIP8 Emulator written in Go

Fun little side project to learn how low level emulation stuff works.

This uses SDL2 as GFX/Input backend. Implements function pointer map instead of an unreadable, gigantic switch statement.

Source: Cowgod's Chip-8 Technical Reference v1.0


Screenshot