Skip to content

vasiltop/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

Prerequisites

  1. Odin 2025-07: Download

Usage

git clone https://github.com/vasiltop/chip-8/
cd chip-8
odin run src -out:bin/chip8 -- roms/ibm.ch8

Info Log

odin run src -out:bin/chip8 -define:info_log=true -- roms/ibm.ch8

Controls

The CHIP-8 keypad is represented by the following keys:

1 2 3 4
Q W E R
A S D F
Z X C V

Pong

About

A CHIP-8 emulator.

Resources

Stars

Watchers

Forks

Languages