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 - Jim Bauwens

Pages: 1 ... 54 55 [56] 57 58 ... 125
826
Well, maybe you should remove it temporary, and see if the student software works then.
You can always reinstall it later :)

827
Hi there and welcome :)

I don't use the student software much, but here are some questions/suggestions for you:

1) Do you have TiLP installed? TiLP and the student software don't work nicely together and can cause problems.
2) Did you try reseting your CX using the button on the back?
3) If it still doesn't work, you *might* try to run it as admin and see if it works then.

828
TI 68K / Re: Pokemon TI-89
« on: January 25, 2012, 01:43:08 pm »
Yay, more 68k activity!
:)

829
TI-Nspire / Re: TI-Nspire emulator
« on: January 24, 2012, 04:10:04 pm »
I have the same problem when trying to compile nspire_emu on Linux, not cross compiling but using the windows.h of wine.
Replace the @'s in asmcode.S with _'s works, but this will cause it to error in a later process.

830
TI-Nspire / Re: [WIP] BlockBreaker Nspire (Lua)
« on: January 24, 2012, 07:29:12 am »
What he said, but not 20 years :D

831
Looking at the size and the speed, it cannot be possible.
It is possible though to do it, but it wouldn't look and run like this.
Porting DOSbox would be the easiest, but someone needs to take the task :)

832
nSDL / Re: SDL for the TI-Nspire
« on: January 23, 2012, 09:06:46 am »
Well, they both were seriously planning on making it, and there is a chance they already coded stuff.

833
News / Re: mViewer CX Edition, the color BMP image reader is here!
« on: January 23, 2012, 07:42:46 am »
Very nice. Will be handy for students :)

834
He probably means the software is reporting that it might be corrupted.
Well, can you give the size of the file? If its 9,7 MB (10127538 bytes), it probably isn't corrupted.

835
nSDL / Re: SDL for the TI-Nspire
« on: January 23, 2012, 07:37:26 am »
Nice :)

But as said before, Albert and totorigolo are also busy with an SDL port.
Maybe you should contact them, and eventually work together?

836
Even though I don't know that much, I'll try do your exercises :D
 
Code: [Select]
   
// Killing all interrupts is necessary (exercise for the reader: why ?)
*((uint32_t *)0xDC00000C) = 0xFFFFFFFF;
To make that the new OS doesn't receive signals it doesn't need, and don't its the only thing that runs?

Code: [Select]
// This is also necessary (exercise for the reader: why ?)
*((uint32_t *)0xC000001C) &= ~((1 << 0) | (1 << 11));
I think you reset the LCD to some initial parameters (LCD controller enable and LCD power enable?), so that the new OS can initialize everything how it wants?


I think I should learn some ARM asm and everything that goes with it :D

837
News / Re: nPlayer for Nspire CX
« on: January 21, 2012, 01:31:30 pm »
Very nice!

838
News / Re: Fill your CX with Doom!
« on: January 20, 2012, 09:12:21 am »
None of those keys worked, I tested every possible combination :/

839
News / Re: Fill your CX with Doom!
« on: January 20, 2012, 07:39:24 am »
I also just noticed that I can't run on my CX CAS.
But overall a very nice experience :)

840
Ndless / Re: ELF Loader for Ndless - (now ready for non-dev use)
« on: January 20, 2012, 02:51:03 am »
Nice to see much progress on it.
I only understand half of what is said, but I can see its something good :D

Pages: 1 ... 54 55 [56] 57 58 ... 125