Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hayleia

Pages: 1 ... 102 103 [104] 105 106 ... 239
1546
News / Re: Welcome on TI-Planet!
« on: April 02, 2013, 01:09:30 am »
-TI-Planet takes a long time to load in North America
-I'M fairly sure that Omnimaga loads very slowly in Europe
It may be because my connexion is strange but here (in my house in France), Omnimaga loads very fast and TI Planet has longer loading times but is still quite fast.

But yeah, the shout box there fails to load until you click on the text box, as if you were about to write something, and only then it refreshes :P
Not really a big problem so I think they didn't bother correcting it.

1547
TI-Nspire / Re: nLaunch: Now for CX!
« on: April 01, 2013, 12:41:33 pm »
I don't think Lionel is lying. I often argue with him, mostly about the behaviour coders should get in front of TI blocking Ndless, but I never saw him lie.
And he always put smileys like ";)" or ":)", as I always put smileys like ":P", I don't think it was meant to be naughty.

1548
TI-Nspire / Re: nLaunch: Now for CX!
« on: April 01, 2013, 07:50:54 am »
So we will soon be able to have the dual boot Linux/TIOS on CXes, like on Classic models ?

1549
News / Re: Welcome on TI-Planet!
« on: April 01, 2013, 07:48:57 am »
Eh attendez, si ici c'est TI Planet c'est qu'on doit parler français alors :P

1550
News / Re: Welcome on TI-Planet!
« on: April 01, 2013, 02:19:44 am »
Haha ! That is epic ! :P
And I just went to TI Planet, which got renamed Omnimaga, lol.
Seriously, that was a great idea :thumbsup:

1551
General Calculator Help / Re: Dapianokid's TIOS discussion
« on: March 31, 2013, 02:29:20 pm »
The only reason I have 2.53 is that I like that I can scroll through previous answers. Otherwise I would use 2.43.
OmniCalc can do that too, and can resist to RAM Clears if you use zStart :P

1552
TI-Nspire / Re: z80 emulator for Nspire
« on: March 29, 2013, 02:45:06 pm »
I have problems running it ???
I have a CX CAS, a 84+SE rom that I initially dumped from my own 84+SE but it is now a save state from Wabbitemu, I put both in the ndless folder (the rom being named rom.rns), then I run calcemu_cx and get a grey screen (with the red bar on top) with nothing happening, even when I press Menu ??? I can still quit fine though.

1553
TI Z80 / Re: [Axe] KarRace
« on: March 29, 2013, 01:05:59 pm »
Use Full?
No, that would break compatibility with 83+BE for nothing. Also, it seems like you can have it fast without using Full seeing the part after "speed up", so really, there would be no point using Full :)

1554
News / Re: Ndless CM - Ndless ported to the TI-Nspire CM !
« on: March 27, 2013, 01:57:00 pm »
Also I like the look of the calc in general :)
I agree! If apple were to redesign the Nspire-CX/CX CAS it would look something like that.
...but it would be locked down even more, and even more overpriced for cheap hardware :P

1555
[FR] Programmation Axe Parser / Re: un petit moteur 3d ?
« on: March 27, 2013, 02:16:26 am »
Il y a un truc qui me turlipine, c'est que lorsque j'affiche une ligne dont les 4 coordonnées sont dans l'écran tout va bien, mais lorsque au moins une coordonnée est en dehors de l'ecran, la ligne ne se dessine pas...
Normal, la routine Line ne supporte pas le clipping.
J'avais fait une routine de clipped lines (non optimisée mais fonctionnant) quelque part sur Omnimaga mais je la retrouve plus ???

1556
News / Re: Z80 emulation arrives on the TI-Nspire CX
« on: March 26, 2013, 02:08:28 pm »
What could be done too is a key that would pause emulation and display a keymap, if people suddenly forget what the key was for that special key ;)

1557
Heylia
D:
Also, yeah, I think I once asked if several interrupts could be triggered at once, and I was answered that no, that the best I could do was to put all the routines in one interrupt :(
Maybe it was changed since, don't know ?

1558
Axe / Re: Ti Basic to Axe
« on: March 25, 2013, 02:41:17 am »
I used to write things down when coding in Axe, to know where each pointer points to, but since now pointers can have custom (and descriptive) names, I don't need it anymore.
And I always write everything down for ASM, even the code that I first write in pseudo code then in Axe then in ASM, but my programs still don't work :P

1559
Other Calculators / Re: N-spire 3.1 graphing glitch
« on: March 23, 2013, 12:34:26 pm »
(
Doesn't really answer to the topic, but piexil, you can use [img] tags to include the image in your post without users having to click on it ;)
For example, [img]http://i.imgur.com/0Nw1JxP.png[/img] gives that:

)

1560
ASM / Re: [z80] Writing to flash
« on: March 23, 2013, 08:43:51 am »
How can I, say, write a byte to a flash page ?
That is not a good idea. The flash can't bear an infinite number of writes. That number is high (10000 or something) so in "normal conditions of use", you don't reach it, but if you plan on writing byte per byte, or even 10 bytes per 10 bytes, as long as you use it often, you have more chance of having a flash wear.

Also, sorry not to actually answer the question (:P), I think that you should ask thepenguin or DrDnar or Runer or other people like that about unlocking flash.

Pages: 1 ... 102 103 [104] 105 106 ... 239