A89: Re: New TI-89/92(+) emulator
[Prev][Next][Index][Thread]
A89: Re: New TI-89/92(+) emulator
Fantastic! And just in time for X-mas too. I like people with a sense of
humor.
>The new emulator, Virtual TI-89/92(+), is released. You can get it on my
>web page at http://home1.gte.net/river.
>
>Features:
>* ROM versions are automatically detected
>* Switch between ROM versions without restarting the emulator
>* Archive memory support for TI-89 and TI-92 Plus
>* Send files to the calculator
>* Use a TI Graph-link cable to connect to a real TI-89 or TI-92
>* Save and load the state of the calculator. Any changes to the Flash ROM
> (i.e. archived variables) will be included in the state.
>* 4-level and 7-level grayscale support
>* Bitmap of the calculator with clickable buttons
>* On the TI-89, the letter keys are aliased to produce their respective
> letters. No need to press the Alpha key, just type.
>* A full-featured graphical debugger:
> * Code disassembly pane. ROM call addresses are replaced by the
> name of the ROM function (TI-89 and TI-92 Plus only).
> * Code breakpoints. Does not modify memory, so they are completely
> transparent.
> * Data breakpoints can be set on a single byte, word, or dword, or
> a range of addresses.
> * Set a breakpoint on entry to an assembly program automatically
> * View and change the value of the registers
> * Hexadecimal memory view/edit pane with search capability
> * Handle pane which lists all allocated handles. Allows user to
> jump directly to the start of the handle within either the
> disassembly pane or the memory pane.
> * Real time updates to the LCD, even with grayscale
> * Log reads/writes to memory or changes to individual bits