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

Pages: 1 ... 56 57 [58] 59 60 ... 96
856
Miscellaneous / Re: Exam results
« on: October 30, 2010, 09:57:21 am »
I have really come to the point to think that my grades are simply a result of my classes being so easy.  In some classes that I have taken in the past, I have felt challenged, but this year, the material we cover and the tests are so easy.  Also, my teachers will give me almost unlimited amount of time on tests, so I never have the problem of running out of time.

AP USH - 99
EAH Honors - 100
Spanish III - 100
English III Honors - 94 (I hate english :()
AP Chem - 100 (this class is a complete joke)
AP Bio - 100

857
TI-Nspire / Re: RPG Style Health Bars for the TI-nspire!!!
« on: October 28, 2010, 10:33:09 pm »
anyway, i figured people would want a new screenshot with the grey scale
here it is
(hmm you can't see as much colour difference as on the calc...)

Looks very nice! :)

858
I had access to a digital camera today, so I though I'd take a pic of Trapped on hardware (no Nspire pic, as I temporarily have OS 2.0 on it for school)


859
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 28, 2010, 03:33:15 pm »
716.  The Nspire was never even seen by your math teacher until you got one.

860
TI Z80 / Re: The Impossible Game
« on: October 27, 2010, 07:40:45 pm »
That is what happed to me on the emulator. :(

861
General Calculator Help / Re: nspire emu doesn't work?
« on: October 27, 2010, 03:39:21 pm »
You have the rom, but you need the boot 2.  Using that same batch file, open it, choose (2) (TI-Nspire), then (1) (Extract Boot 2 file).  Then, you should be able to run it.

862
Jumpman 68K / Re: Jumpman Test
« on: October 26, 2010, 09:59:34 pm »
Ranman, this looks great! :)

I can't wait to play this on my calculator! :D

863
Axe / Re: How to be an utter n00b, by me
« on: October 26, 2010, 09:00:31 pm »
Hi!  Welcome to Omnimaga! :)

I only have a 89 and Nspire, so I am not too sure about this, but I believe there is some program that can be downloaded that will allow you to type in lowercase (also, you can probably access these vars somewhere, but I don't know how).

Anyway, there are a ton of 84 users at Omnimaga, so I am sure some will be able to answer you shortly! :)

864
General Calculator Help / Re: TI-Nspire: needing help coding under Ndless
« on: October 26, 2010, 06:06:56 pm »
To set the screen black:

Code: [Select]
memset(buffer,0x00,SCREEN_BYTES_SIZE);

And yes, the two darkest shades (0 and 1) are the same on the Nspire.

865
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 25, 2010, 09:07:50 pm »
.
685: You've looked at this thread more than once.

689. You've looked at this thread even once. :P

866
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 25, 2010, 07:44:23 pm »
Looks nice!

It's nice to see more Nspire projects popping up! :)

867
General Calculator Help / Re: TI-Nspire
« on: October 25, 2010, 06:18:57 pm »
That is the notation used to read and write to the memory-mapped I/O Ports (documented on hackspire).  Here is an example for the contrast, 0x900F0020 (Is it sad that I have that memorized :P)

Code: [Select]
//Read the value here
contrast=*(volatile unsigned*) 0x900F0020;
//Write here
*(volatile unsigned*) 0x900F0020=0x90;

868
General Calculator Help / Re: TI-Nspire
« on: October 25, 2010, 06:13:55 pm »
Is this what you need:

Code: [Select]
*(volatile unsigned*) 0x01234567

869
General Calculator Help / Re: TI-Nspire
« on: October 25, 2010, 05:55:08 pm »
Sir, showSimpleDialogBox( is probably not working because utils.h was not added as a object in the MakeFile.   Open it up and change the objects to read "main.o utils.o".  That should fix it.

870
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 23, 2010, 07:54:48 pm »
674. In your documents folder, you have folders "TI-89", "TI-Nspire", and "Other Calcs"

Pages: 1 ... 56 57 [58] 59 60 ... 96