Search found 147 matches

by CalcKing
Thu 21 Apr, 2005 7:03 pm
Forum: General TI Discussion
Topic: Strangest TI-83+ I've seen...
Replies: 20
Views: 10915

leofox wrote:My calculator sometimes randomly changes the contrast when i'm playing an ASM game (mostly phoenix, other games too but i notice it with phoenix faster).
[+] and [-] change the contrast in Phoenix. Maybe you are pressing them?
by CalcKing
Thu 21 Apr, 2005 6:55 pm
Forum: General TI Discussion
Topic: CalcCon
Replies: 141
Views: 50529

Shadow Phoenix wrote:is anybody gonna vote for CalcKing?
I should be happy that you like me so much, Shadow, but I must say: This is getting a bit excessive. :roll:
by CalcKing
Wed 20 Apr, 2005 3:07 am
Forum: General TI Discussion
Topic: When is there going to be a new Ti?
Replies: 71
Views: 27288

DigiTan wrote: I'd say the next one will be an EZ-Spot version (aka: "anti-theft calc") of the TI-84+. If it doesn't exist already.

Image
http://www.ticalc.org/archives/news/art ... 20642.html

:roll:
by CalcKing
Sat 16 Apr, 2005 6:46 pm
Forum: General TI Discussion
Topic: Harvest Moon
Replies: 21
Views: 11885

Shadow: Not easily.
by CalcKing
Fri 15 Apr, 2005 7:28 pm
Forum: Discontinued Projects
Topic: [MARIO] Mario as it is now
Replies: 120
Views: 151592

Sticky: Newbe Questions - Go here to get a game on your calc

... Just to avoid needless discussion, in the wrong place. :wink:
by CalcKing
Wed 13 Apr, 2005 9:56 pm
Forum: Programming Help
Topic: [TASM] Tasm being a bitch
Replies: 28
Views: 11215

I guess that shows that I have only used TASM, eh? :)
by CalcKing
Wed 13 Apr, 2005 9:26 pm
Forum: Programming Help
Topic: [TASM] Tasm being a bitch
Replies: 28
Views: 11215

You have to supply an offset-- always. (IX) should be (IX+0).
by CalcKing
Wed 13 Apr, 2005 9:18 pm
Forum: Programming Help
Topic: [TI ASM] Problems with Pause Routine
Replies: 15
Views: 8288

To save you the trouble, Shadow, I'll just tell everyone that you forgot to reset the flag for large font. :roll: :)
by CalcKing
Wed 13 Apr, 2005 9:03 pm
Forum: Off Topic
Topic: THE WORSHIP THREAD!!!
Replies: 22
Views: 10773

Using IRC nicks for the MaxCoderz forum members now? hehe

You might as well say "CalcKing" to avoid confusion. Although maybe people remember that my name is "Peter Wakefield" ... :P
by CalcKing
Tue 12 Apr, 2005 10:09 pm
Forum: News and Information
Topic: April Fools! (Was: Copyright Violation Letter)
Replies: 85
Views: 113210

The problem I have is that it slows my connection to a craaaawl every time it loads, which is rarely, but still... I just use adblock, and life is good. :)
by CalcKing
Tue 12 Apr, 2005 8:59 pm
Forum: Programming Help
Topic: [TI ASM] Problems with Pause Routine
Replies: 15
Views: 8288

For all we know, your code could be doing something after which diverts code flow away from the expected outcome. We probably need to see more code in order to help. I could be wrong, but I see no problems with what you have. :arrow:
by CalcKing
Mon 11 Apr, 2005 9:40 pm
Forum: Program Ideas
Topic: The drawing program to rule them all
Replies: 24
Views: 12267

:lol: :lol: :lol: That is a very interesting result of the interaction of the two methods of scrolling... The pixel gets carried to the next row, then they all get set back. I'll try to give an ASCII diagram: It's in a code box to make the format look better, ABCD -- "scroll - BCDZ -- "pan...
by CalcKing
Mon 11 Apr, 2005 10:52 am
Forum: Program Ideas
Topic: The drawing program to rule them all
Replies: 24
Views: 12267

If you're talking about the fact that the full width is used, then I could fix that if you want... otherwise, I wasn't aware of any problems with the scrolling. My goal, again, was to use as much of the screen as one could store in a PicX variable. They do store the right column, at least last time ...
by CalcKing
Sun 10 Apr, 2005 2:30 pm
Forum: Program Ideas
Topic: The drawing program to rule them all
Replies: 24
Views: 12267

Okay, I will paste the code here. **EDIT: This code should not have the error mentioned previously. The problem was probably the use of saferam2. .nolist #define TI83P #include "ion.inc" #ifdef TI83P .org progstart-2 .db $BB,$6D #else .org progstart #endif cur_y =saferam3 cur_x =cur_y+1 cu...
by CalcKing
Sat 09 Apr, 2005 2:56 am
Forum: Program Ideas
Topic: The drawing program to rule them all
Replies: 24
Views: 12267

I too have made a program like this. It featured screen inverting, vertical flipping, horizontal mirroring, all-direction rotating, and floodfill of any location. The cursor for flooding supported using the 2nd key to invert the current pixel. I stopped working on it weeks if not months ago due to s...