0 Members and 4 Guests are viewing this topic.
QuoteWhat if we made an emulator (at least for Z80 calcs) in Flash?It might be nice but it would be hard to compete with the already good ones out there.
What if we made an emulator (at least for Z80 calcs) in Flash?
Well, the emulator I am working on is portable, and I was planning on implementing it in Silverlight...
There are online emulators? o.o I'm a bit behind, sorry.
Did you install the jre package? That's going to be your problem. Try OpenJDK if you can't find "official" java packages, it's even by oracle!Hint: Chromium is based on ubuntu so, ctrl-alt-F4 should take you to a terminal (hopefully) login and type insudo apt-get install javaEdit: oh, and don't forget to restart your PC. Your power button should still work.
Quote from: SirCmpwn on September 18, 2010, 09:03:30 amWell, the emulator I am working on is portable, and I was planning on implementing it in Silverlight...Which emulator are you working on ?Quote from: Deep Thought on September 17, 2010, 11:44:57 pmThere are online emulators? o.o I'm a bit behind, sorry.Yes, there are!Here is an online Java emulator for the latest TI scientific calculators using the 4-bits T4x core from Toshiba (TI-30XB/XS MultiView, TI-34 MultiView, TI-Collège Plus):http://xandrean.free.fr/T4X/TIScientific.html
Quote from: critor on September 18, 2010, 10:59:19 amQuote from: SirCmpwn on September 18, 2010, 09:03:30 amWell, the emulator I am working on is portable, and I was planning on implementing it in Silverlight...Which emulator are you working on ?Quote from: Deep Thought on September 17, 2010, 11:44:57 pmThere are online emulators? o.o I'm a bit behind, sorry.Yes, there are!Here is an online Java emulator for the latest TI scientific calculators using the 4-bits T4x core from Toshiba (TI-30XB/XS MultiView, TI-34 MultiView, TI-Collège Plus):http://xandrean.free.fr/T4X/TIScientific.htmlThere is also TI8XEmu, a flash emulator which emulate ti82, ti83 and ti85. You can download it here : http://ti.bank.free.fr/index.php?mod=archives&ac=voir&id=1414.You can also try a modified version of this emulator by Critor on my website : http://www.tisoftwares.net16.net/emulateur.html ; this special version runs with my own ROM, so you don't have to load yours.
Did you code the entire ROM yourself, though? If it uses TI's source code, it would be against Omnimaga (and 1and1) policies to redistribute here.
QuoteWell, the emulator I am working on is portable, and I was planning on implementing it in Silverlight...Er... if portability (in the common sense of that word when it is applied to software development) is your number one goal, Silverlight is a poor choice.In general, Microsoft's attempts at re-coding an alternative to, or an incompatible version of, existing technologies made by others (besides Silverlight, a.k.a Microsoft's Flash, let's mention, between others, Microsoft's PDF competitor that hardly anybody uses, Microsoft's OOXML format while an open standard did already exist and could have been improved instead, or the older Microsoft Java that Sun legally smacked down because Microsoft made an incompatible version that they called "Java", which is forbidden by the specs), are bad ideas for portability All of Java, Flash, and even C++ (with a good toolkit, such as Qt) are better choices for portability than Silverlight is...I'm no primary anti-Microsoft shill (if I were, I'd start by writing various insulting acronyms instead of "Microsoft"), I'm not incapable of understanding that other development goals, personal preferences, or just past personal experience, can lead to use Microsoft's technologies - but in any case, you shouldn't mention "portable" in the same sentence as one of Microsoft's technologies [EDIT: "that" -> "any" in the last sentence.]