Skip to content

BurntIce16/Chip8Emu

Repository files navigation

Chip 8 Emulator

A simple Chip8 emulator built using SDL2

Includes a memory visualizer

image

Building

Currently only linux/wsl is supported

Step 1 clone this repo

git clone https://github.com/BurntIce16/Chip8Emu

Step 2 make

to compile the program run

cd chip chip8
make

Step 3 run

to execute the program run using the following command

./chip8 <chip 8 program>

To terminate press ctl+c in the console for the time being

Resources

This project was made possible thanks to:

Test Suites Passed:

  • CHIP-8 splash screen
  • IBM logo
  • Corax+ opcode test
  • Flags test
  • Quirks test
  • Keypad test
  • Beep test
  • Scrolling test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published