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

Pages: 1 ... 80 81 [82] 83 84 ... 385
1216
TI Z80 / Re: Contest Entry: Escape!
« on: May 18, 2011, 04:29:22 pm »
Cool.  This looks like fun. :)  I'm looking forward to it. :D

1217
Introduce Yourself! / Re: Hello
« on: May 18, 2011, 04:27:12 pm »
If you cant find a SE, you can ofc buy a 84+ too. I have one and I have never had probs with it in terms of mem. Also Frey, I think you mean archive since the SE has the same amount of RAM as the 84+ BE.
No, I mean the old 128k RAM chips that used to be used in the 84+SE and aren't anymore for reasons we cannot fathom.
Yup.
Yeah, see if you can find one with the letter A-G on the back, right after two sets of numbers.  For instance, mine is a "P-0509M" and you want that M to be G or before (or even without a letter there) to have all the RAM you can get. :)

Welcome to the forums!  I hope you enjoy your time here. ;D

1218
Axe / Re: Axe Q&A
« on: May 17, 2011, 11:13:37 pm »
Yes.
getKey(41) will do it. :)
By the way, here's a nifty link: http://julosoft.net/ti/getkey.php

1219
Axe / Re: Axe Q&A
« on: May 17, 2011, 11:06:54 pm »
The multiply by 256 thing has another name too that I'm sure you've seen: 8.8 Fixed Point. :)  Good luck!

1220
Graviter / Re: Graviter - Axe
« on: May 17, 2011, 11:05:41 pm »
That looks amazing.  I can't wait until I get to play with this. ;D

1221
CaDan SHMUP / Re: Yet another shooter
« on: May 17, 2011, 11:04:33 pm »
I like it better with the sprites. :)  Lookin' great. ;D

1222
TI Z80 / Re: My explosive contest entry
« on: May 17, 2011, 11:00:41 pm »
That's ridiculous.  I hope it fleshes out into an amazing game.  Best of luck to you! ;D

1223
TI-Nspire / Re: Pegs for Nspire (Lua)
« on: May 16, 2011, 10:15:00 pm »
Looks great!  Nice job, apcalc. :)

Edit:  You should include these 8 levels: http://www.ticalc.org/archives/files/fileinfo/398/39825.html

1224
News / Re: TI-Boy SE Beta pre-release
« on: May 16, 2011, 08:05:23 pm »
Is there any way to rename them? I'm not familiar on how to rename programs.
It would be pretty easy to do.  I'd do it with CalcSys. :)

1225
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 16, 2011, 07:34:50 pm »
I think this'll help. :)
Spoiler For Spoiler:
Massive Update!!!! I've spent a solid 4hrs per day for about 4 days on this, so it's pretty impressive.

Updates:
  • Option to use classic ram clear screen
  • Hooks now run in all menus of homescreen
  • I threw out the CursorHook and replaced it with a temporary getCSC hook
  • I put a space before all of the homescreen messages
  • Ability to run assembly programs with or without a shell
  • [ON] + [Enter] in program menu - run program
  • [ON] + [ * ] in program or edit menu - archive/unarchive program
  • [ON] + [number] in program or apps menu - run that program/app with that shortcut on home screen
  • [ON] + [negate] in program or apps menu - run this program when the calculator turns on
  • [ON] + [ . ] in program or apps menu - run this program/app on ram clears
  • [ON] + [number] in menu or catalog - set this as a shortcut token
  • [ON] + [number] at homescreen - run the shortcut associated with this action

 .
Running programs:
    There's an option in zStart to set the shell of your choice, but you don't have to if you know that all of your programs don't use shell calls. What I do is I copy the program to $9D95 just like the shell would, then I swap the shell in and bcall() $9D95. So the program runs its course and returns back to me, not the shell. I basically tried to do the file copying like mirage does, except I fixed its glitches. So that means programs in ram are moved - not copied, and programs in flash are written back only if they actually changed.

     Also, zStart does actually handle the program different if it's header allows it to be run at the homescreen. So remember that. It will let a homescreen program modify the homescreen, but for shell programs, it will clear the homescreen before it quits. Also, unlike Ti-OS you still get the actual shell routines with whatever header you use, even if it is no-stub.

Shortcuts:
    The shortcuts are pretty straight forward, the number you set is the number you get. Press it once in a menu and it will say "Confirm," press it again and it will set it. You might need to disable omnicalc if you are going to set an app though because onmicalc will send you into mirage the moment you press ON in the apps menu. And for the tokens, it's kinda fun to see what tokens will actually work. I've noticed that none of the tokens that open up new contexts work, so I guess that's too bad. And just so you know, finding what the option the calculator is actually highlighting is really a pain.

Running on startup:
    This gets run every time you turn the calculator on. You can pretty much do whatever you want here, it even runs your program inside the shell. Just don't bcall(_jForceCMDNoChar) because the program is running on borrowed space.

Running on ram clear:
     Here it is, have fun. For max compatibility, you should put this as a homescreen program that doesn't touch the screen or textShadow, but you don't have to do that. If you do run a shell program, just understand it's going to mess up the homscreen. And I don't really recommend you run an app, but I'm not going to stop you. Honestly, if you run an app, a person watching wouldn't even know your ram cleared.

     Don't forget, hold [Vars] while booting to abort. You might need that if your ram clear program crashes.


It's a little too late for me to make a screen shot, but I think everything I put here is self explanatory.




1226
Computer Projects and Ideas / Re: Long Exposure Pictures from Video
« on: May 16, 2011, 06:52:20 pm »
I wouldn't mind too much. That rickroll song grows on you after a while
And this is why it's in my iTunes. :P

1227
Computer Projects and Ideas / Re: Long Exposure Pictures from Video
« on: May 16, 2011, 06:47:12 pm »
Yeah I just converted the rickroll video :P
I love how it played the sound while it converted. XD

1228
Computer Projects and Ideas / Re: Long Exposure Pictures from Video
« on: May 16, 2011, 06:22:43 pm »
Wow this seems awesome! I'm gonna have to try to see if any of my many videos works with that :D

Where can I download it ThePenguin77?
Here? http://www.omnimaga.org/index.php?action=dlattach;topic=7427.0;attach=6956

1229
Computer Projects and Ideas / Re: Long Exposure Pictures from Video
« on: May 16, 2011, 06:09:50 pm »
Wow, this looks really cool.  I especially like the pole vault pic. ;D

1230
TI Z80 / Re: Twitch
« on: May 16, 2011, 05:50:34 pm »
Nice.  Is this going to be link based or will it have an AI?

Pages: 1 ... 80 81 [82] 83 84 ... 385