Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Chip-84/chip-84

A CHIP-8/S-CHIP Interpreter for the TI-84 Plus CE
https://github.com/Chip-84/chip-84

calculator chip8 emulator interpreter retrogaming superchip8 ti-84-plus-ce

Last synced: about 1 month ago
JSON representation

A CHIP-8/S-CHIP Interpreter for the TI-84 Plus CE

Awesome Lists containing this project

README

        

# Chip-84
The first CHIP-8 emulator/interpreter written in C using the CE C Programming Toolchain (https://github.com/CE-Programming/toolchain) for the TI-84 Plus CE calculator. It supports SuperChip-8 ROMs (programs that use the extended 128x64 display and extra instructions), custom keymapping, and emulation speed control.

![ROM selection screen](screenshots/newui1.png) ![In-game](screenshots/schip5.png)

## Included in the Release:
- The emulator program
- A converter to convert ROM files to AppVars which you can then transfer to your calculator

You will need to have the CE C Libraries (https://github.com/CE-Programming/libraries) to run this.

## Converting ROMs
To convert your CHIP-8 or SCHIP-8 ROMs, use the included ROM converter program for Windows, or use [the online ROM converter](https://christiankosman.com/rom-converter).