Skip to content

tommojphillips/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

A Chip-8 Interpreter. Passes all tests in Timendus's Chip8 Test Suite

Keyboard layout

Keyboard ---> Chip8
1 2 3 4 ---> 1 2 3 C
Q W E R ---> 4 5 6 D
A S D F ---> 7 8 9 E
Z X C V ---> A 0 B F
Ctrl+R Reset current program
Space Pause / Unpause

Loading Programs:

Either of the following:

  • Drag n drop files onto the window to load them
  • Use Chip8.exe <file>

Sources:

Screenshots:

Space Invaders:

Screenshot 2025-01-01 105501 Screenshot 2025-01-01 105413