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

Pages: 1 ... 123 124 [125] 126
1861
TI-Nspire / GBA emulator for nspire?
« on: July 07, 2010, 06:16:07 pm »
Would it be possible to emulate a GBA on the nspire?

If speed is an issue, instead of emulating the GBA, could a recompiler be made? GBAs have ARM7 processors, which I believe are backwards compatible with ARM9s. On a computer, the ROM could have all its memory addresses changed to work on the nspire, and include extra code to convert the display image to grayscale.

I don't know much about ASM, this is just an idea I'm putting out.

1862
Calculator C / Re: Nspire C text output/input
« on: July 07, 2010, 02:59:36 pm »
I wonder how calc84maniac did the menu in gbc4nspire? Did he do the text himself, or is it some sort of os call?

1863
Calculator C / Re: Post your Nspire routines here!
« on: July 07, 2010, 02:51:36 pm »
Unfortunately, apcalc, I read you unedited post, but now it's all sorted out, and I can play pong on my nspire.  8)

1864
Calculator C / Re: Post your Nspire routines here!
« on: July 07, 2010, 01:03:52 pm »
How do I use the sprite function, specifically, how would I define the sprite?

1865
Calculator C / Re: Post your Nspire routines here!
« on: July 07, 2010, 11:39:38 am »
I've got the buffering all figured out, but it seems like nmath.h is missing from the skeleton. When I tried to compile a program using line, I got an error saying nmath.h doesn't exist.

1866
Calculator C / Re: Post your Nspire routines here!
« on: July 06, 2010, 06:07:29 pm »
BUt what value do I use for scrbuf? Also, is there a way to draw a line directly to the screen?

1867
Calculator C / Re: Post your Nspire routines here!
« on: July 06, 2010, 11:58:19 am »
How do you write code using the buffer?

1868
Calculator C / Re: Post your Nspire routines here!
« on: July 05, 2010, 05:54:44 pm »
What is the usage of char* scrbuf in the graphics functions?

1869
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 03, 2010, 01:14:43 pm »
Quote
I was thinking: if we used ndless, could we ever access the area of the memory to change the factor required? We could make our own rsa key and replace ti's (making a key takes like 3 seconds)

I think I read somewhere on hackspire that the factors were stored in read-only memory.

BTW, how do you show who a quote was from?

1870
TI-Nspire / Re: Virus to crack RSA for nspire? :P
« on: July 01, 2010, 11:42:15 am »
Quote
I think the TI-Nspire is going to be the last "true" graphic calculator made by TI.

As you aren't using a mechanical calculator, I think we won't be using graphic calculators any more in 10 years.

What we'll be using will be a little portable computer (netbook? pocketPC? PDA? phone?...) with a non-math oriented OS, but running a math-software.

That might not be the case for TI. They've been making graphing calcs for a while now that were at least intended to just do math ;), so they'll probably just make their own little portable thing that only runs their own software.

For the moment here's some ideas that would really hit TI where it hurts:

Apply for a job as a software developer at TI and "accidentally" release their secrets. [We really need a ninja smiley]

Amass an army of nSpires, all linked with their USB port to factor the key. [TI-81s would've been better, but they don't have link ports]

1871
Calculator C / Re: Post your Nspire routines here!
« on: June 21, 2010, 08:10:55 pm »
It's working now. At first, I thought the bounds would be (1,240) and (1,320), similar to TI-BASIC, but they really start at 0.

1872
Calculator C / Re: Post your Nspire routines here!
« on: June 20, 2010, 07:20:18 pm »
Oh, I think the code I posted was an old version. My current version fills the whole screen.

1873
Calculator C / Re: Post your Nspire routines here!
« on: June 19, 2010, 12:22:20 pm »
I replaced makeTNS and it worked! My test program was a Langton's Ant, which runs crazy fast! Now my only problem is that the calc crashes when I press esc. Anyone know why that's happening?

1874
Calculator C / Re: Post your Nspire routines here!
« on: June 18, 2010, 09:48:57 am »
Windows says its not a valid program. I am not using minGW or msys, just yagarto and yagarto-tools.

1875
Calculator C / Re: Post your Nspire routines here!
« on: June 17, 2010, 06:24:32 pm »
I tried that, and I'm still getting the same error message.

-Edit: I feel so stupid! The problem with the getPixel and setPixel was me not capitalizing the P. Now, I get the demo.bin and demo.elf files, but maketns won't work. Here's the error message:

Code: [Select]
process_begin: CreateProcess(C:\Users\Amar\Desktop\skeleton\tools\MakeTNS\MakeTNS, ./tools/MakeTNS/MakeTNS demo.bin demo-noncas.tns, ...) failed.
make (e=193): Error 193
make: *** [demo] Error 193

Pages: 1 ... 123 124 [125] 126