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

Pages: 1 ... 42 43 [44] 45 46 ... 52
646
TI Z80 / Re: Program Copy Routine
« on: April 08, 2009, 07:15:34 pm »
That sounds symptomatic of an incorrect FlashROM page boundary handler.

Yeah, yeah, yeah. Fancy talk. The update in this post *should* fix it. No other changes were needed, and the file size remains the same. Enjoy.

( on another note, why the hell do I need to keep retrying the SAME THING over and over again? What's wrong with me!? I mean, this is up to version 1.06! Bah, betaware. )

647
TI Z80 / Re: Program Copy Routine
« on: April 04, 2009, 01:32:08 am »
This version bloats to about 186 bytes on-calc, but the read/write speed is about as fast as you can get it for this type of program ( ~1sec for 20KB files ). Hope this addresses the issue.

648
Computer Usage and Setup Help / Re: Problem (Partially) Resolved
« on: April 02, 2009, 06:21:16 pm »
It's a Toshiba-brand charger, compatible with the Satellite P205 series.

The problem was exactly the same in my friend's laptop charger by Acer: The inductor near the power input fell right off. Putting the thing back on solved the problem.

My friend's charger was much more of a problem than mine because his pretty much refused to come apart, forcing me to use a steak knife to saw through the edges so I could get enough leverage with a flathead screwdriver. After taking it apart, all was gravy.

649
Computer Usage and Setup Help / Re: Problem (Partially) Resolved
« on: April 02, 2009, 02:31:51 pm »
The laptop charger was successfully fixed. It still doesn't work up to my expectations, but at least it *works*. The duct tape wrapping the broken shell is evidence to the repair. I may take some photographs of the repair and what was fixed later on tonight.

650
Computer Usage and Setup Help / Re: Problem (Partially) Resolved
« on: April 01, 2009, 09:45:57 pm »
On another semi-related problem.

My laptop charger is busted as of a few hours ago. Currently, I have about an hour's worth of battery power remaining, so after that, that's pretty much it.

A brighter note: I've taken apart the charger and identified a problem very similar to my friend's laptop charger (which was successfully repaired). If it's what I think it is, the laptop charger will have a new lease on life... though it'll look even nicer after I've applied duct tape to keep the thing together after the repair.

Duct tape... a very good thing. Lets you know you've repaired something.

651
TI Z80 / Re: Program Copy Routine
« on: April 01, 2009, 06:16:05 pm »
The update should've worked. Lemmie know how well it works for large files.

I might produce a smaller file if I find any ways to improve upon the algorithm (however small).

652
TI Z80 / Re: Program Copy Routine
« on: March 31, 2009, 09:07:57 pm »
Sorry for the double post, but a potential bug may have been fixed. I also managed to get the program shrunken down by 25 more bytes. Try it out and see what the results might be. If it is what I suspect, then the problem should be solved.

EDIT: Not entirely sure if I could make the program smaller, but if you really wanted me to, I could, say, drop some of the checks to make it come close to the 100 byte mark.

EDIT2: Got it smaller by 7 bytes. Will upload soon.

EDIT3: Fixed a serious bug.

EDIT4: Changed copying method altogether

653
TI Z80 / Re: Program Copy Routine
« on: March 31, 2009, 08:16:53 pm »
Do you delete the temp after it is created the first time? It may be that because the program was already created it was overwriten, which worked instead of making it from scratch?
Though I may have to check that, the program should refuse to write to a temp file that already exists.

Also, DJ_Omnimaga. Did you try to unarchive, change something "minor" (i.e. add in a closing parenthesis), and rearchive the variable prior to trying it again? If the problem clears up, then it might have something to do with cross-page boundaries that aren't being taken care of (which shouldn't happen because a romcall is used to do the write)

654
TI Z80 / Program Copy Routine
« on: March 30, 2009, 11:37:57 pm »
Made at the request of DJ_Omnimaga. It is a program that copies a file and puts it into a temporary program XTEMP000 to XTEMP009. To use it, first read its documentation, which is included in the zip file attached to this post.

Known limitations and bugs:
(1) Don't try to pass a zero-sized string. Although hard (I'd think) to do by accident, don't try it.
(2) The program won't copy things from RAM. The item to be copied must reside in Flash. Doesn't hurt to try, as the program will refuse to do it.
(3) Not really a limitation, but more along the lines of prevention: The copy to the temp file will not be made if the temp file in question already exists.

On-calc, this program weighs in at 179 bytes. *could* make it smaller if I tried. You know, stuff to the tune of excluding crash-preventing checks.

655
Web Programming and Design / Re: Very Old Project
« on: March 26, 2009, 02:11:39 pm »
Just so you know, this "webserver" that I "fired up" was a local one so I can test pages just about as fast as I can edit the files. With or without connecting to the internet. "Server2Go" is the name of the packaged I just started using (Windows platform).

I don't personally have any PHP-enabled webspace, but the real reason why I want to relearn it is because I promised to make a website for a club I've joined, and I want to make it easy for them to update the site with whatever, even long after I'm gone from the club. Databases and such.

656
Web Programming and Design / Very Old Project
« on: March 25, 2009, 08:48:15 pm »
Had this one sitting around for quite a while: http://www.mediafire.com/?n5lmkgrm2in

Just fired up a webserver to get it to run. Nevermind the joke at the top of the page when you view the image (mediafire doesn't recognize .png?)

So, the real question would be... where would be the best place(s) to go to help me relearn php?

657
Miscellaneous / Re: How old are you?
« on: March 23, 2009, 09:57:22 pm »
@26

658
Art / CaDan Character Entry
« on: March 23, 2009, 09:16:51 pm »
So, I'm seeking character additions for the upcoming CaDan project. Give some background for your character and sprite/spellname data conforming to the template here:


That is what your entry should look like. For your viewing pleasure, this is another example, except blown up (and for some reason, filtered).

Again. I wants your character's take and a little background. If you want to make a story suggestion, please do so as well (since I've very little in the way of a story). Personalities work well, too.

659
CaDan SHMUP / Re: Yet another shooter
« on: March 23, 2009, 08:37:37 pm »
A much neglected and never seen problem was fixed in CaDan : Right and left side sprite clipping. They've been fixed.

Next for a fully functional demo level with enemies flying every which way and a somewhat working scoring system. After that, I'll release a demo and tell me what you think.

660
Other Calculators / Re: How you started programming
« on: March 23, 2009, 03:42:26 pm »
I knew the calculators could be programmed but I didn't exactly know how. The "manual" for the calculator was on a CD and I wasn't really the kind of person that would stare at a computer screen for ages trying to figure out how a calculator worked.

When I got some of the BASIC games from someone in my 9th grade class, I found that I could go ahead and edit them. Poured over the source code and I slowly started figuring out what the thing could do. Not exactly the best way to do it, but after a while (taking about a year), I got halfway decent at the thing. I tried programming a version of Final Fantasy until I realized I needed to do ASM to make it. Got partway before I lost interest.

Half a decade passes and I'm posting right here. The whole story makes people do tl;dr.

Pages: 1 ... 42 43 [44] 45 46 ... 52