kyleleong / chip84ce

A CHIP-8 emulator for the venerable TI-84 CE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIP-8 Emulator for the TI-84 CE

This repository contians the source code for a CHIP-8 emulator that runs on the venerable TI-84, specifically the TI-84 CE. It is an exercise in embedded software development.

Test ROM Image

Custom ROMs

You can convert your CHIP-8 ROMs into a format readable by CHIP84CE by using my online ROM converter. All conversion is done client-side, and nothing is sent to a server. The source code for this converter is also available.

Tools

I used the CE Programming toolchain as the C compiler for this project, and the Cemu Emulator for testing and debugging.

Build Instructions

Follow the toolchain setup instructions, and then run make or make debug in the project's directory.

About

A CHIP-8 emulator for the venerable TI-84 CE.

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%