Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages