Awesome CHIP-8 
Virtual computer game machine from the 70s
A curated list of awesome CHIP-8 resources, tools, documentation, related projects and open source ROMs.
Created in 1977, CHIP-8 is the original fantasy console. Initially designed to ease game development for the COSMAC VIP kit computer, it has enjoyed several revivals over the decades for new and exciting platforms. Today, creating a CHIP-8 implementation is a rite of passage for anyone interested in learning about emulation.
To add something to this list, please see the contribution guidelines.
Contents
- Community
- Documentation
- Emulator/interpreter development
- Testing
- Emulators/interpreters
- Software development
- Tools
- Guides and snippets
- Postmortems
- Games
Community
- COSMAC Elf Group - Group for discussion of the COSMAC Elf, as well as anything else RCA 1802-related, including COSMAC VIP and CHIP-8.
- #chip8 channel on the Emulation Development Discord server - Chat for discussing development of CHIP-8 emulators/interpreters.
- OctoJam - An Octo-centric game jam held every October.
Documentation
- Mastering CHIP-8 - In-depth overview of the CHIP-8 instruction set.
- CHIP-8 Instruction Set - Quick cheat sheet for CHIP-8 instructions.
- CHIP-8 Instruction Set - A comprehensive instruction/opcode table.
- CHIP-8 Technical Reference - Overview of how the CHIP-8 interpreter works.
- CHIP-8 Extensions Reference - A list of CHIP-8 variants and extensions.
- Chip-8 on the COSMAC VIP - An in-depth disassembly and analysis of the original CHIP-8 interpreter on the COSMAC VIP.
- HP48-Superchip - An in-depth look at CHIP48 and Super-CHIP for the HP48 calculators, and modifications to make them CHIP-8 compatible.
- Octo Extensions - Specification for Octo's XO-CHIP extension.
Emulator/interpreter development
- How to write an emulator (CHIP-8 interpreter) - A guide to developing a CHIP-8 interpreter in C/C++.
- Emulator 101: CHIP-8 - A guide to developing a CHIP-8 disassembler and interpreter in C.
- Chip 8 Instruction Scheduling and Frequency - Timing of CHIP-8 instructions on the COSMAC VIP.
- High-level guide to making a CHIP-8 emulator - A guide for developing a CHIP-8 interpreter, without code.
Testing
- chip8-test-rom - corax89's CHIP-8 test program, which tests most instructions for correct (Super-CHIP compliant) behavior.
- CHIP-8 test suite - Timendus' collection of tests, including an improved version of corax89's test rom, a test for the behaviour of the flags and a CHIP-8 / Super-CHIP / XO-CHIP quirks test.
- Delay timer test - Test program that checks the delay timer's behavior.
- Random number test - Test program that checks the spread and mask for random number generation.
Emulators/interpreters
- Octo - An IDE for development of CHIP-8, Super-CHIP and XO-Chip games.
- Emma02 - An emulator for many old microcomputers, including COSMAC VIP, Telmac 1800 and ETI 660, which ran early CHIP-8 interpreters (which are included in the emulator).
- Super-Chip8x - CHIP-8 emulator for the SNES.
- CHIP-8 console on FPGA - A CHIP-8 emulator for the TinyFPGA BX chip.
- Vinegar - CHIP-8/Super-CHIP interpreter for TI-83 (Plus) calculators.
- LowResNX - CHIP-8 interpreter and debugger programmed in BASIC inside another retro fantasy console.
