Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Chip-84/chip-84
- Owner: Chip-84
- Created: 2018-05-05T06:37:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T21:38:22.000Z (about 2 years ago)
- Last Synced: 2024-05-18T21:41:04.416Z (7 months ago)
- Topics: calculator, chip8, emulator, interpreter, retrogaming, superchip8, ti-84-plus-ce
- Language: C
- Homepage:
- Size: 728 KB
- Stars: 18
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- AwesomeInterpreter - chip-84
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 calculatorYou 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).