Skip to content

CHIP-8 Emulator, written in C, created for learning purposes as to how emulators work, as well as basic CPU architecture.

Notifications You must be signed in to change notification settings

maksimus-A/CHIP8-Emulator

Repository files navigation

CHIP-8 Emulator

This project is a simple introduction to emulation.

It follows a virtual CPU architecture, named CHIP-8, and allows you to play CHIP-8 games. The screen is a simple black and white screen, rendering a window of size 64x32 pixels.

It was written in C, using SDL to render the screen.

Use

Complete later

About

CHIP-8 Emulator, written in C, created for learning purposes as to how emulators work, as well as basic CPU architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages