Page 1 of 1

Help identify an Emulator

Unread postPosted: 27 Apr 2019, 01:03
by db4
We want to make a series of demos on use of the TI-Titanium for a specific application, and now looking for the best tools. On this video series, the author is using what appears to be a very good emulator of the TI-Titanium. I have searched for some hours on the internet and cannot identify it. Does anyone recognize it or have suggestions for something comparable. A sample is at https://www.youtube.com/watch?v=O0Y0Q7YnHkU
Thanks very much.
Image

Re: Help identify an Emulator

Unread postPosted: 27 Apr 2019, 08:00
by Lionel Debroux
The emulator core is undoubtedly a derivative of TIEmu, as it's the only emulator which supports the 89T properly. However, this isn't one of the default TIEmu skins.
https://tiplanet.org/pad_ti68k_emu/ can do the job for some uses, but it will remain permanently unfinished. Pure, hand-written JS was the right (only) approach when PatrickD started the project, but it's been years since Emscripten / Cheerp / equivalent became the right way to implement such tools.

Re: Help identify an Emulator

Unread postPosted: 27 Apr 2019, 14:29
by Adriweb
I wanted to say that it may be the Android Graph 89 emulator (indeed based on things Lionel mentioned - also see here for the source), but since I see a mouse, it's running on a PC... and in theory it could run through the Android emulator (simulator?) on a PC...

Re: Help identify an Emulator

Unread postPosted: 27 Apr 2019, 20:31
by db4
Thanks very much. i will look into the points raised. There is definitely a cursor, which is what makes is so nice. When the speaker presses a button there is a red flash at that button and we see the cursor go from button to button. It is frankly exactly what we are looking for!