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.
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.
I used the CE Programming toolchain as the C compiler for this project, and the Cemu Emulator for testing and debugging.
Follow the toolchain setup instructions, and then run make
or make debug
in the project's directory.