Skip to content
/ CHIP-8 Public

CHIP-8 Emulator / Interpreter written in C++ with SFML

Notifications You must be signed in to change notification settings

Intedai/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 EMULATOR

Playing Tetris using this emulator:

tetris.mp4

Tech Stack

Using C++ and sfml for graphics and audio

Compilation

Open the shell and run make then write CHIP-8 to see how to use the emulator

Tests

Tests are taken from Timendus/chip8-test-suite Only the random number test is taken from mattmikolay/chip-8

TESTS PASSED:

  • 1-chip8-logo.ch8
  • 2-ibm-logo.ch8
  • 3-corax+.ch8
  • 4-flags.ch8
  • 5-quirks.ch8
  • 6-keypad.ch8
  • 7-beep.ch8
  • random_number_test.ch8