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

Pages: 1 ... 79 80 [81] 82 83 ... 161
1201
Axe / Re: frame rate/speed
« on: September 25, 2010, 12:43:34 pm »
*BUMP*
For future reference, maybe someone could write the interrupt code? (Not me, as I seem to be confused by Axe interrupts :P)

1202
TI-Nspire / Re: Would an NES emulator be possible on nSpire?
« on: September 25, 2010, 11:18:14 am »
Nice! :D
Far from complete, definitely, but keep up the good work! :)

1203
TI-Boy SE - Game Boy Emulator For TI-83+SE/84 / Re: Help Please
« on: September 25, 2010, 11:04:47 am »
Do you use TI-Connect? I got an insufficient memory error before, when sending a 49 KB APP, even thought I had 95 KB free.
Because of how the OS uses flash memory, this isn't abnormal, though it is annoying. (Apps and programs/appvars/etc. cannot share a sector)

And somewhere around here is a program to test if you have 128KB or 48KB of RAM...
* calcdude goes and finds

Edit: Found it.
http://www.omnimaga.org/index.php?action=dlattach;topic=1129.0;attach=2134
Directions:
I made another one :P
It's designed to be run from the homescreen with Asm(
If you have XRAM, the program will return, saying nothing.
If you don't, it'll say FAILED, and then return.

1204
The Axe Parser Project / Re: Axe Parser
« on: September 20, 2010, 10:37:37 pm »
Cool! Pass by reference will be less useful than say, in C, because our largest data structures are two bytes ;D
Keep up the good work, can't wait to try it! :)

1205
Axe / Re: Wait For Keys
« on: September 20, 2010, 09:16:18 pm »
Maybe we could have a getKey(#)r that uses the delay appropriate for 15MHz mode?
And yeah, it is annoying x.x

1206
The Axe Parser Project / Re: Bug Reports
« on: September 20, 2010, 09:13:18 pm »
Well apparently the buffer where the input string is stored is not a temporary variable so a bcall to _CleanAll doesn't clear it.  I will have to find the name of that string.  The buffer for the input is named "-" and I've seen a "#" and "$" so I'm guessing it's something similar to that.

There isn't a way to fix the memory leaks since this is an OS call.
As you are probably aware, there is a leak-free (or less so) version of _GetKey, undocumented and called _GetKeyRetOff ;D
I wonder if something similar exists for the input bcall...
Good luck making it work! :)

1207
Introduce Yourself! / Re: Another late introduction
« on: September 20, 2010, 09:07:16 pm »
That would be very confusing. :P
_player1357: Sadly, no. It's mainly ideas, though those are very close to being finalized and the fun stuff should start happening soon ;D
Edit: Oh, and thank you for the multitude of peanuts :P

1208
General Calculator Help / Re: Exporting/signing apps?
« on: September 19, 2010, 03:48:26 pm »
So it is. My bad, I had misread something earlier. :-[
But my main point is still valid ;D

1209
The Axe Parser Project / Re: Bug Reports
« on: September 19, 2010, 03:35:35 pm »
I'm not sure, it might have been.
At any rate I'm bumping it ;D

1210
News / Re: Pyramid Solitaire for the TI-89
« on: September 19, 2010, 03:01:54 pm »
Looks cool! I've even played that game before. :)

1211
General Calculator Help / Re: Exporting/signing apps?
« on: September 19, 2010, 02:52:42 pm »
Not to mention apps are signed differently (not with RSA but with some other method)
In the end, though, it's still slow. :(

1212
The Axe Parser Project / Re: Bug Reports
« on: September 19, 2010, 02:46:32 pm »
Code: [Select]
input acts funnily...
prgmBASIC
[code=BASIC]Input "THE GAME: ",A
prgmAXE when compiled
Code: (Axe) [Select]
inputRunning these two programs in the order given, My screen will look like this:
prgmBASIC
THE GAME: 1337
            Done
Asm(prgmAXE
THE GAME:

In addition, pressing 2nd+Quit will quit the program, causing memory leaks, and it may be the same for 2nd+Off (haven't tried yet)[/code]
Edit: Weird formatting errors. Can't fix.

1213
Introduce Yourself! / Re: Another late introduction
« on: September 19, 2010, 02:42:52 pm »
Thanks DJ. :)
Judging by the order in which you joined forums. I hope Omni won't be the 3rd forum you kill... :P
:P

1214
General Calculator Help / Re: Exporting/signing apps?
« on: September 19, 2010, 02:37:54 pm »
No, apps are signed with the 0104 key, OS's with 05 and 0A (for 83+(SE) and 84+(SE), respectively)

1215
Axe / Re: CheckSums in Axe?
« on: September 19, 2010, 02:35:50 pm »
Supposing the appvar is called "appvCHECKSUM"
Code: [Select]
Return!If GetCalc("appvCHECKSUM",2)->X
sub(C)->{X}r
Note that this example doesn't check if the appvar already exists, and assumes subroutine C as above.
And again, the process takes a couple seconds.

Pages: 1 ... 79 80 [81] 82 83 ... 161