Difference between revisions of "Emulators:Wabbitemu"
Guillaumeh (Talk | contribs) |
(Update links) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Emulators]] | ||
'''Wabbitemu''' | '''Wabbitemu''' | ||
− | + | Wabbitemu is the most complete Z80 TI emulator to date, although it is the most recent of the TI Z80 emulators. It emulates the TI-73, 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. It was initially developed by Spencer Putt and James Montelongo and development by Chris Shappell and Spencer is currently active. More documentation can be found on the official website, http://wabbitemu.org/ | |
− | + | Forum : http://revsoft.tifreakware.net/phpBB3/viewforum.php?f=14 | |
− | + | ||
+ | Source Code : https://github.com/sputt/wabbitemu | ||
+ | |||
+ | Current stable version (July 2018) : https://github.com/sputt/wabbitemu/releases/tag/v1.9.5.22 (Windows and Mac) https://play.google.com/store/apps/details?id=com.Revsoft.Wabbitemu (Android) | ||
+ | |||
+ | Linux Test Version: https://github.com/alberthdev/wxwabbitemu | ||
+ | |||
+ | == Features == | ||
+ | * Send and receive files to and from the emulated calculator via drag and drop | ||
+ | * Run up to 8 running calculators at once | ||
+ | * Connect virtual calculators to each other | ||
+ | * Click buttons on beautifully rendered skins for each calculator model | ||
+ | * Use built-in screenshot recording to capture the display | ||
+ | * Grayscale support for 2-12 levels of gray | ||
+ | * Configurable options for all aspects of the emulator | ||
+ | * Copy output from TIOS | ||
+ | * Instantly save and restore compressed states of the calculator | ||
+ | * View the variables currently on each calculator | ||
+ | * Adjust the speed of the calculator from 1%-1600% | ||
+ | * Listen to sound output from the linkport | ||
+ | * A Graphical Debugger specifically for assembly programmers | ||
+ | ** Place execution and data breakpoints | ||
+ | ** View and change any part of the core cpu (registers, | ||
+ | ** View up to five points in memory simultaneously | ||
+ | ** Stack viewer for easy monitoring of the hardware stack | ||
+ | ** Load label files from SPASM for easy debugging | ||
+ | ** Rewinding up to 5 seconds of instructions | ||
+ | |||
+ | == Keys == | ||
+ | Left Shift = 2nd | ||
+ | |||
+ | Right Shift = Clear | ||
+ | |||
+ | Ctrl = Alpha | ||
+ | |||
+ | Esc = Mode | ||
+ | |||
+ | F1 = Y= | ||
+ | |||
+ | F2 = Window | ||
+ | |||
+ | F3 = Zoom | ||
+ | |||
+ | F4 = Trace | ||
+ | |||
+ | F5 = Graph | ||
+ | |||
+ | F7 = Variable Tree | ||
+ | |||
+ | F8 = Toggle 400% speed | ||
+ | |||
+ | F10 = Load File | ||
+ | |||
+ | F11 = Debugger | ||
+ | |||
+ | F12 = On | ||
+ | |||
+ | Space = 0 | ||
+ | |||
+ | Insert = VARS | ||
+ | |||
+ | Home = Math | ||
+ | |||
+ | Page Up = Apps | ||
+ | |||
+ | Page Down = Programs | ||
+ | |||
+ | End = Stats | ||
+ | |||
+ | Backspace = Save screenshot | ||
+ | |||
+ | +/= = X,T,theta,n | ||
+ | |||
+ | -/_ = negative | ||
+ | |||
+ | //? = negative | ||
+ | |||
+ | Numpad 1 = Stats | ||
+ | |||
+ | Numpad 2 = Down | ||
+ | |||
+ | Numpad 3 = Programs | ||
+ | |||
+ | Numpad 4 = Right | ||
+ | |||
+ | Numpad 6 = Left | ||
+ | |||
+ | Numpad 7 = Math | ||
+ | |||
+ | Numpad 8 = Up | ||
+ | |||
+ | Numpad 9 = Apps | ||
+ | |||
+ | Numpad 0 = Vars | ||
+ | |||
+ | Numpad + = + | ||
+ | |||
+ | Numpad – = – | ||
+ | |||
+ | Numpad * = * | ||
+ | |||
+ | Numpad / = / | ||
+ | |||
+ | A = Math | ||
+ | |||
+ | B = Apps | ||
+ | |||
+ | C = Programs | ||
+ | |||
+ | D = x^-1 | ||
+ | |||
+ | E = sin( | ||
+ | |||
+ | F = cos( | ||
+ | |||
+ | G = tan( | ||
+ | |||
+ | H = ^ | ||
+ | |||
+ | I = x^2 | ||
+ | |||
+ | J = , | ||
+ | |||
+ | K = ( | ||
+ | |||
+ | L = ) | ||
+ | |||
+ | M = / | ||
+ | |||
+ | N = log( | ||
+ | |||
+ | O = 7 | ||
+ | |||
+ | P = 8 | ||
+ | |||
+ | Q = 9 | ||
+ | |||
+ | R = * | ||
+ | |||
+ | S = ln( | ||
+ | |||
+ | T = 4 | ||
+ | |||
+ | U = 5 | ||
+ | |||
+ | V = 6 | ||
+ | |||
+ | W = – | ||
+ | |||
+ | X = sto> | ||
+ | |||
+ | Y = 1 | ||
+ | |||
+ | Z = 2 | ||
+ | |||
+ | 0 = 0 | ||
+ | |||
+ | 1 = 1 | ||
+ | |||
+ | 2 = 2 | ||
+ | |||
+ | 3 = 3 | ||
+ | |||
+ | 4 = 4 | ||
+ | |||
+ | 5 = 5 | ||
+ | |||
+ | 6 = 6 | ||
+ | |||
+ | 7 = 7 | ||
+ | |||
+ | 8 = 8 | ||
+ | |||
+ | 9 = 9 |
Latest revision as of 09:35, 21 February 2020
Wabbitemu
Wabbitemu is the most complete Z80 TI emulator to date, although it is the most recent of the TI Z80 emulators. It emulates the TI-73, 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. It was initially developed by Spencer Putt and James Montelongo and development by Chris Shappell and Spencer is currently active. More documentation can be found on the official website, http://wabbitemu.org/
Forum : http://revsoft.tifreakware.net/phpBB3/viewforum.php?f=14
Source Code : https://github.com/sputt/wabbitemu
Current stable version (July 2018) : https://github.com/sputt/wabbitemu/releases/tag/v1.9.5.22 (Windows and Mac) https://play.google.com/store/apps/details?id=com.Revsoft.Wabbitemu (Android)
Linux Test Version: https://github.com/alberthdev/wxwabbitemu
Features
- Send and receive files to and from the emulated calculator via drag and drop
- Run up to 8 running calculators at once
- Connect virtual calculators to each other
- Click buttons on beautifully rendered skins for each calculator model
- Use built-in screenshot recording to capture the display
- Grayscale support for 2-12 levels of gray
- Configurable options for all aspects of the emulator
- Copy output from TIOS
- Instantly save and restore compressed states of the calculator
- View the variables currently on each calculator
- Adjust the speed of the calculator from 1%-1600%
- Listen to sound output from the linkport
- A Graphical Debugger specifically for assembly programmers
- Place execution and data breakpoints
- View and change any part of the core cpu (registers,
- View up to five points in memory simultaneously
- Stack viewer for easy monitoring of the hardware stack
- Load label files from SPASM for easy debugging
- Rewinding up to 5 seconds of instructions
Keys
Left Shift = 2nd
Right Shift = Clear
Ctrl = Alpha
Esc = Mode
F1 = Y=
F2 = Window
F3 = Zoom
F4 = Trace
F5 = Graph
F7 = Variable Tree
F8 = Toggle 400% speed
F10 = Load File
F11 = Debugger
F12 = On
Space = 0
Insert = VARS
Home = Math
Page Up = Apps
Page Down = Programs
End = Stats
Backspace = Save screenshot
+/= = X,T,theta,n
-/_ = negative
//? = negative
Numpad 1 = Stats
Numpad 2 = Down
Numpad 3 = Programs
Numpad 4 = Right
Numpad 6 = Left
Numpad 7 = Math
Numpad 8 = Up
Numpad 9 = Apps
Numpad 0 = Vars
Numpad + = +
Numpad – = –
Numpad * = *
Numpad / = /
A = Math
B = Apps
C = Programs
D = x^-1
E = sin(
F = cos(
G = tan(
H = ^
I = x^2
J = ,
K = (
L = )
M = /
N = log(
O = 7
P = 8
Q = 9
R = *
S = ln(
T = 4
U = 5
V = 6
W = –
X = sto>
Y = 1
Z = 2
0 = 0
1 = 1
2 = 2
3 = 3
4 = 4
5 = 5
6 = 6
7 = 7
8 = 8
9 = 9