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

Pages: 1 ... 24 25 [26] 27 28 ... 44
376
TI-Nspire / Re: TI-Nspire GB Emulator
« on: May 27, 2010, 01:24:33 am »
calc84: can you describe the format of the .state files? I'm trying to write a Gameshark program.

377
Calculator C / Re: crash after calling function twice
« on: May 27, 2010, 12:56:03 am »
while (!isKeyPressed(KEY_NSPIRE_ESC)); also works.

378
KnightOS / Re: our dear friend third-party OS project: KnightOS
« on: May 27, 2010, 12:49:14 am »
Shiny!
Its nice to see more OSes for the 8x series.

379
I wonder if TiLP can be patched to treat Nspire 1.1 in a special way.

380
TI Z80 / Re: TI Basic Editor
« on: May 25, 2010, 08:48:28 pm »
Beautiful!

381
You could try testing it. Turn on a pixel if the key in question is down, since you can't print things to the screen.

382
Humour and Jokes / Re: Twilight: The Game! - 83+ Grayscale Axe RPG!
« on: May 24, 2010, 11:16:38 pm »
I see a white square. Is that supposed to happen?
EDIT: nvm, the rickroll appeared.

383
General Calculator Help / Nspire 1.1 Emulated 84+ and TI-Connect
« on: May 24, 2010, 10:45:27 pm »
For some reason, TILP stopped working with my Nspire's 84+ mode, possible because I downgraded to 1.1.
So, I installed TI-Connect under Windows, only to find that TI-Connect can no longer send files to my Nspire, either, because the USB Descriptors are screwy and Windows thinks the Nspire's 84 mode is actually an 89 Titanium.
Does anyone have a workaround for this, other than reverting to a newer OS?

384
Computer Programming / Re: some general C questions
« on: May 24, 2010, 06:53:00 pm »
Try using SDL for your graphics. Its an excellent, lightweight, and portable library.

385
Calculator C / Re: Lists in C
« on: May 24, 2010, 06:39:32 pm »
char* testlist[4] is the declaration you need, I believe.

386
Calculator C / Re: crash after calling function twice
« on: May 24, 2010, 05:40:44 pm »
Don't define your functions inside main().
In fact, place main() in its own file and all your functions in other header files. I've had trouble with functions defined in the same file as main() crashing.

387
Calculator C / Re: Post your Nspire routines here!
« on: May 23, 2010, 10:14:37 pm »
Thanks to bwang, to access time use
Code: [Select]
int time = * (unsigned*) 0x90090000
Since that is memory-mapped hardware, you need to use * (volatile unsigned*)
Really? yoshi13 tells me just * (unsigned*) worked.

388
Calculator C / Re: Post your Nspire routines here!
« on: May 23, 2010, 03:43:12 pm »
Excellent. I attached it to the first post.

389
Calculator C / Re: Post your Nspire routines here!
« on: May 23, 2010, 01:25:06 am »
Actually, I was wondering what I could use for the parentheses. Thanks for the tip.

Here's another fixed one. I kinda like the ++, reminds me of c++  :P
Where's the fixed one?

390
What nonexistent keys?

Pages: 1 ... 24 25 [26] 27 28 ... 44