Chip-8 emulator implementation A pet-project to learn more about emulation and computers. Examples Requirements go 1.17 go-sdl2 Running go run main.go <path/to/rom> Keymapping 1 2 3 4 Q W E R A S D F Z X C V TODO Sound Refactor keypad events Tunning emulation speed Acknowledgment Chip-8 Technical Reference How to write an emulator (CHIP-8 interpreter)