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 ... 69 70 [71] 72 73 ... 96
1051
Calculator C / Re: Post your Nspire routines here!
« on: September 10, 2010, 04:55:10 pm »
Here you go.  The compilied version is attached.  It should just turn the PTT LED yellow.  For me, it did not reset the Nspire every time I ran it, but there was no clear pattern with the resets.  Also, I don't think Ndless Version 1.1 works with Nspire Computer Link 1.4.  I tried it last night; it worked perfectly with Link 1.3, but when I used Link 1.4, it said it could not send the loader.  It did create the directory "ndless" on the calculator, though.

Code: [Select]
#include <os.h>

asm(".string \"PRG\"\n");

int main(void)
{
(*(volatile unsigned*) 0x90110B00)=0x00;
(*(volatile unsigned*) 0x90110B00)=0x30;
return 0;
}

1052
Calculator C / Re: Post your Nspire routines here!
« on: September 09, 2010, 09:27:29 pm »
Another problem with -nostdlib:

While playing around with the PTT LED, I was compiling my programs with this flag.  The calculator would randomly reset on some occasions of running the program.  When I removed it, everything was fine.  I would definitely not recommend using this flag.

1053
Calculator C / Re: Post your Nspire routines here!
« on: September 08, 2010, 09:59:08 pm »
This is only a problem when the flag -nostdlib is added to the ld part of the makefile (I discovered it when ExtendeD suggested it as a fix to the "random" large file size).

When I remove the flag, everything is fine.

EDIT:  Also, the program that gives that error (Trapped) does not even use the static library (I have been too lazy to change it over).

1054
TI-Boy SE - Game Boy Emulator For TI-83+SE/84 / Re: TI-Boy SE
« on: September 08, 2010, 08:28:24 pm »
Perhaps he lost the RAM page work with the craptop crash

I don't think he lost any of TI-Boy.  Only his Nspire projects.

Last I heard, he was working on some Nspire stuff.

1055
General Calculator Help / Re: 84 keypad connect to computer
« on: September 08, 2010, 06:27:38 pm »
oh so that's why, i bought it this year, so i have to pay an extra $10 damn!!!
 for a keypad


I don't think you have to pay for the 84 keypad.  There is a free offer for it on TIs website if you buy a touchpad one.

1056
Introduce Yourself! / Re: Hi - And random questions
« on: September 08, 2010, 04:42:14 pm »
I have actually found a few 1 or 2 word google searches that produce a certain website as the third or fourth result.  It is really not too hard to find once you find a few kew words/numbers that make it pop up in searches.

1057
Calculator C / Re: Post your Nspire routines here!
« on: September 08, 2010, 03:36:55 pm »
Yes, the .c file includeds <os.h>

Even stranger, I went to test this by renaming all instances of memset and memcpy to _memset and _memcpy, respectively, and went into <os.h> and renamed memset and memcpy (the ti-os ones) to _memset and _memcpy, respectively, and it still complained memset and memcpy were undefined, despite the fact that they are not even used by the program at all.

What is confusing me even more is that it is complaining that these two functions are not defiend in a function that does not even use these functions at all.  Here is the error I am getting:

Code: [Select]
Danny@DANNYCOMPUTER /c/users/danny/documents/ti-nspire/development/trapped
$ make clean;make
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c main.c
nspire-gcc -Os -Wall -W -fpic -fno-merge-constants -D NON_CAS -c utils.c
nspire-ld main.o utils.o -nostdlib -o Trapped.elf
utils.o: In function `setlevel':
utils.c:(.text+0x28): undefined reference to `memset'
utils.c:(.text+0x1f8): undefined reference to `memset'
utils.o: In function `setladder':
utils.c:(.text+0x504): undefined reference to `memset'
utils.c:(.text+0x540): undefined reference to `memset'
utils.o: In function `drawlevel':
utils.c:(.text+0x8f0): undefined reference to `memcpy'
utils.c:(.text+0x904): undefined reference to `memcpy'
utils.c:(.text+0x918): undefined reference to `memcpy'
utils.c:(.text+0x92c): undefined reference to `memcpy'
utils.c:(.text+0x944): undefined reference to `memcpy'
utils.o:utils.c:(.text+0x95c): more undefined references to `memcpy' follow
collect2: ld returned 1 exit status
make: *** [Trapped.tns] Error 1

Danny@DANNYCOMPUTER /c/users/danny/documents/ti-nspire/development/trapped
$

The function "setlevel" does not call these functions at all; drawlevel only calls them in the form of the sprite function and to clear a buffer.

1058
Introduce Yourself! / Re: Hi - And random questions
« on: September 07, 2010, 10:06:08 pm »
Yeah, that should work, but remember, Ndless will be gone when you go back to 2.1.

1059
Introduce Yourself! / Re: Hi - And random questions
« on: September 07, 2010, 10:02:28 pm »
No, you cannot run OS 1.1 without actually using the clickpad all of the time.  You can downgrade fine with the touchpad, but as I said before, trying to use OS 1.1 with the touchpad will lead to an infinite reboot.

You can send things to the 84 keypad using TI-Connect and the USB Cable that connects to the top of the Nspire.

1060
Introduce Yourself! / Re: Hi - And random questions
« on: September 07, 2010, 09:55:51 pm »
You can downgrade if you have the touchpad keypad (and upgrade back without any problems), but since OS 1.1 is not compatible with the touchpad keypad, it will reboot infinately.  If you want, you can order a clickpad from TI's online store for $10 plus shipping.

1061
Introduce Yourself! / Re: Hi - And random questions
« on: September 07, 2010, 09:51:11 pm »
Yes, but only if you have the clickpad keypad.  Otherwise, you will get an "Ndless" reboot.  You can upgrade your OS at any time with Ndless installed.

EDIT:  Also, I should note that you will not be able to open any Nspire documents made on any OS higher than 1.1 if you do downgrade.

1062
Art / Re: Ship Sprite
« on: September 07, 2010, 03:48:56 pm »
Another thing you have to remember is that the difference between the 16 shades of grayscale is not very smooth on calc, and the two darkest shades (0 and 1) are the same on the calculator.  When you look at all colors at the same time on the hardware, it looks very different than the smooth transition between all the shades you can see in the emulator.

1063
Art / Re: A couple sprites/title screen
« on: September 07, 2010, 03:39:21 pm »
I don't think it is worth it to do a title screen at 320x240.  It adds a massive amount of memory to the program (about 30K, if I am not mistaken).  A better idea would be to use sprites used by the program, or simply draw smaller sprites to the screen (or mask them with a background).  That is what I am doing for Block Dude (which will be with the next update when I change to passwords you actually type in).

1064
News / Re: Jailbreaking a PS3 using a TI-84 Plus?
« on: September 06, 2010, 10:04:05 pm »
I think BrandonW's orange 84+ SE is the most famous calculator out there...

Its pic was in a ton of the articles about the signing keys, and now it is featured here. :)

1065
News / Re: Jailbreaking a PS3 using a TI-84 Plus?
« on: September 06, 2010, 07:38:52 pm »
Beautiful!

Nice to see calculators reaching their maximum potential!

Pages: 1 ... 69 70 [71] 72 73 ... 96