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 - lkj

Pages: 1 ... 29 30 [31] 32 33
451
General Calculator Help / Re: RS232 Interface
« on: November 19, 2011, 03:17:58 pm »
What is your current OS version? And what version do you want to downgrade to?

452
TI-Nspire / Re: TI-Nspire emulator
« on: November 15, 2011, 03:42:59 pm »
Then I myself have a copy of the old imgdump.

453
Other Calculators / Re: Anti-Axe/BASIC mentality/debates
« on: November 15, 2011, 12:36:42 pm »
I don't think you're only a good programmer if you know ASM. It's obvious that if you make e.g. a game in ASM instead of making the same game in a higher level language you're a better programmer, but if you make a program with more possibilities in a higher level language in the same time you'd need to make an ASM program with less possibilities, why should you choose ASM? For many types of programs it's more a question of what you prefer than of real advantages.
In addition, programming skills alone don't make good programs.

454
TI-Nspire / Re: TI-Nspire emulator
« on: November 15, 2011, 12:01:38 pm »
So this means the current imgdump can't produce phoenix.raw files anymore?

455
TI-Nspire / Re: TI-Nspire emulator
« on: November 15, 2011, 11:32:25 am »
Quote
(*): embedding the boot2 decryption code into the emulator is not possible: circumventing protection measures would easily fall under the DMCA, and this time, TI would have a better case than they did for the signing key fiasco.
But aren't the os update files (.tnc/.tno) also encrypted in a weird way? And the imgdump tool was distributed without legal problems?

Quote
2) this hurdle will eventually be overcome in the future (like on pretty much any closed platform in the past two decades), but the result cannot be redistributed: the boot1 contains TI's copyrighted code...
I know the old boot1 was available on the internet because I've downloaded it myself, but that's certainly illegal.

456
TI-Nspire / Re: TI-Nspire emulator
« on: November 14, 2011, 02:08:02 pm »
Is anyone making a CX emulator? Or is it similar enough to the old Nspire that it would be just an update with some changes of the nspire emulator?

457
Other Calculators / Re: Anti-Axe/BASIC mentality/debates
« on: November 14, 2011, 01:54:31 pm »
I agree with DJ  :)
Programs / games can be fun or boring to play whatever language they are in. If the idea is good and the chosen language doesn't constrict the implementation, why should you choose another language if you like the one you're using? Some people like the challenge of a complicated language, but others like to make a game even though it's not in the most complicated language.

458
Other Calculators / Re: Your calculator collection
« on: November 06, 2011, 10:49:50 am »
I just have a TI 83, a Nspire CAS and a TI-30 eco rs :D

459
Calculator C / Re: Timers in the Nspire
« on: November 02, 2011, 02:26:26 pm »
I know how to use the Real Time Clock, but I don't know about the timer at address 0x900D0000.

460
Gaming Discussion / Re: zelda v.s. pokemon
« on: October 30, 2011, 03:52:19 pm »
Zelda!!!
It's much more interesting than Pokemon.

461
Art / Re: Angel-My succubus
« on: October 25, 2011, 02:36:27 pm »
Yes, I didn't see it either. :)

462
In nspire basic there's no PxlOn-command, input only in a popup and you have to press enter, there's no getkey. Everything other in ti-basic is similar to the 83+, I think.

463
Calculator C / Re: Timers in the Nspire
« on: October 22, 2011, 03:13:26 pm »
No, I can't code in lua :)

464
Computer Programming / Re: Reading tilemap algorithm
« on: October 22, 2011, 02:26:46 pm »
It should be
Code: [Select]
int map[24][26]; instead of your
Code: [Select]
int map[26][24];.
Also there's a typo: for (y = 0; y < map_height; y++)
And I think you have to exchange the x and the y loop.
Correct me if I'm wrong.

465
Calculator C / Timers in the Nspire
« on: October 21, 2011, 02:17:05 pm »
Can anybody explain me how  to use the timers of the nspire, pls? I haven't ever used timers before and don't understand the explanations on hackspire.

Pages: 1 ... 29 30 [31] 32 33