Author Topic: TI Emulate  (Read 17017 times)

0 Members and 1 Guest are viewing this topic.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: TI Emulate
« Reply #30 on: October 18, 2010, 09:06:57 pm »
Hmm, I think that may have been broken at some point.
* calc84maniac pokes BuckeyeDude
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: TI Emulate
« Reply #31 on: October 19, 2010, 05:17:38 pm »
Yep, just reported it.




Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: TI Emulate
« Reply #32 on: October 19, 2010, 06:16:11 pm »
Darnit, not again x.x

They need to move the o less close to i on keyboards ;D
[...]
If it's my post, please understand that English is my second language.. :(
It's because I mispelled screenshots as screenshits ;D
Better than the Illusiat 13 screenie thread. :P

SirCmpwn

  • Guest
Re: TI Emulate
« Reply #33 on: October 19, 2010, 07:38:14 pm »
Holy cow O_O
qazz42, it's a C# .NET library.
As for screenshits, it will do still and gif.
As for grayscale, I will be studying a TI-83+ screen, and tracking how long it takes a pixel to go from black to white, and the rate at which it does, and base it off of that.
Right now, it only supports the TI z80 processor in general, I haven't added enough to make it specific to a model.  I'll be doing the TI-83+ first, then the TI-84+.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: TI Emulate
« Reply #34 on: October 20, 2010, 02:27:37 am »
Keep in mind not all calc screens behave the same way, though (requires different grayscale frequency), but I guess if it's similar enough it should be fine.

SirCmpwn

  • Guest
Re: TI Emulate
« Reply #35 on: October 20, 2010, 09:50:28 am »
Yeah, I'll touch it up later in the development, but right now I'll be happy if I get it to boot up :)

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: TI Emulate
« Reply #36 on: October 24, 2010, 03:55:40 pm »
Well, and tiDE was supposed to be cross platform, and if TI-emulate was involved, then it couldn't really use .DLLs.  (Well, technically it could uses .SOs for linux and .dylib for mac)

BTW, this was in reference to a post on the first page. But it also applies to the use of .net
« Last Edit: October 24, 2010, 03:57:26 pm by graphmastur »

SirCmpwn

  • Guest
Re: TI Emulate
« Reply #37 on: October 24, 2010, 04:20:16 pm »
tiDE is written entirely in .NET, and is only cross-platform under Mono.  However, the entire suite should work fine on Linux and Mac.