Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sputt/wabbitemu
Wabbitemu is a Z80 TI Calculator emulator
https://github.com/sputt/wabbitemu
calculator emulation
Last synced: about 23 hours ago
JSON representation
Wabbitemu is a Z80 TI Calculator emulator
- Host: GitHub
- URL: https://github.com/sputt/wabbitemu
- Owner: sputt
- License: mit
- Created: 2017-04-20T14:29:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T10:07:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-13T23:46:52.812Z (7 months ago)
- Topics: calculator, emulation
- Language: C
- Homepage: http://wabbitemu.org
- Size: 37.8 MB
- Stars: 285
- Watchers: 17
- Forks: 33
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ti-docs - Wabbitemu - programming.github.io/CEmu/) (🌈) (I want to... / ...write and run programs on my computer)
README
# Wabbitemu
## For Windows, Mac OS X, and Android
By Spencer Putt, Chris Shappell, and James Montelongo
Wabbitemu creates a Texas Instruments graphing calculator right on your Windows, Mac, or Android device. Wabbitemu supports the TI-73, TI-81, TI-82, TI-83, TI-83 Plus, TI-83 Plus Silver Edition, TI-84 Plus, TI-84 Plus Silver Edition, TI-85, and TI-86. Fast and convenient, Wabbitemu allows you to always have your trusty calculator with you. Because Wabbitemu is an emulator, the calculator it creates will act exactly like the real thing.
Wabbitemu, like all emulators, requires a ROM image. Wabbitemu includes an easy to use setup wizard that will help you create a ROM image for your TI.
### Developers
To build for Windows, install the latest Windows SDK and build the Windows Release x64 configuration:
msbuild -p:Configuration="Wabbitemu Release" -p:Platform=x64
This needs some major cleanup and migration to newer Visual Studio community editions.