Skip to content

kyleleong/chip84ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.