README ¶ go-chip8 CHIP8 Emulator in go Build: make build Keypad: // ==================== // keyboard 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 Run roms: 1. IBM Logo: ./bin/chip8 -f ./roms/IBM_Logo.ch8 2. Test opcodes: ./bin/chip8 -f ./roms/test_opcode.ch8 3. More roms: kripod/chip8-roms Special keys: P - pause/play a game K - show/hide a keypad window 0 - sound volume up 9 - sound volume down Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd internal beep chip8 renderer Click to show internal directories. Click to hide internal directories.