Search results

  1. F

    GP2X Gp2x Demo Development

    I have been following this thread since the start, and it is very interesting to me. At this time, I am not planning on using/compiling any of it, but I still find it intriguing to follow the progression and hope to learn things along the way. I am particularily interested in anything to do...
  2. F

    Blogcritics Gp2x Review

    Did you test it with Alkalines? In my testing, they lasted about 20min. My GP2X Info Page EDIT: Heh Heh. Leshrac, you beat me to it.
  3. F

    GP2X Gp2x Demo Development

    I think you're right that "r" doesn't necessarily mean r0. But, in this case DZZ was using "pszFile" as the first "r". "pszFile" was already going to be r0 because it was the first param to the function. My fear was that with DZZ's original code, the compiler would do something like mov...
  4. F

    GP2X Gp2x Demo Development

    You might notice that my last version was an "inline" function. I know you're trying to save both cycles and file size. If the function is small enough (like that last one is a single line of ASM) then it's probablly better to just inline it, anyway. Some guys suggest making it a "static...
  5. F

    GP2X Gp2x Demo Development

    First of all, I want to say 1) I haven't read all of your post, yet. 2) I'm no expert, so I could be wrong in some areas. Please, someone, correct me if I have mislead/misinformed/etc. Your code int OpenFile(char *pszFile, int nMode) { int nFile; asm volatile ( "mov r0, %1\n" //...
  6. F

    Im Not A Coder...

    You could lend out your services as a tester. No, and I do not mean the popular definition of tester: "one who gets to play games before other people." It seems that many people out there will jump at the chance to help test new programs and then offer virtually no feedback to the developer...
  7. F

    GP2X Writing Fast Code For The Gp2x ..

    I considered re-writing some of my loops like this until I recalled that I was already using -funroll-loops as a compiler option. It produces larger binaries, but if speed is your most important issue, I'd recommend using the loop unrolling over any other fixed-size loop optimization. Of...
  8. F

    Help..! My New Gp2x Does Not Work

    Actually, there is already a little screen protector that comes already on the screen. There's a good chance that you have two on top of each other, now. http://www.personal.triticom.com/~erm/GP2X/GeneralInfo/
  9. F

    Viewpoint

    http://www.neogeoforlife.com/neo_reviews/viewpoint.php
  10. F

    GP2X Hw Accelerated Sdl

    Try cd /mnt/sd ls That should show you all the files/dirs in the root of your SD. Then, you can "cd" to a subdirectory or whatever. Like, if I wanted to run mygame, I'd do... cd /mnt/sd/Games/mygame ./mygame.gpe Also, you probablly don't want the USB gadget to load the menu after setting...
  11. F

    GP2X Hw Accelerated Sdl

    How do you run your program? Do you type the name of your executable at the bash prompt, or are you running it from the menu? You need to use the prompt to run your program. Sorry if that's not the problem, but I think that one version of the USB gadget that I have seen goes back to the menu...
  12. F

    GP2X Drz80 Disscusion

    Give me a DaveC joycap, and I'll tell ya. :P Nah, I don't want to create any expectations. I'd rather just spend my time working on it until it's playable.
  13. F

    GP2X Drz80 Disscusion

    I knew someone would have to ask, but I'd rather not say until it's further along. Let's just say that it's an emulator. :P
  14. F

    What Are Best Gba Linkable Games?

    Here's a good (probablly outdated) list. http://gameboy.ign.com/articles/358/358050p1.html I was really into the multiBoot games for a while. Off the top of my head, my favorites (somewhat in order) were... Puyo Pop (4-player from one cart NOTE: The one I'm thinking of MAY be "Puyo Puyo...
  15. F

    GP2X Drz80 Disscusion

    Well, actually, I got it running in my project, now. It works rather nicely. Please keep me in the loop of any new updates. Thanks guys!!!
  16. F

    Deal Or No Deal Game Info

    As an aside, it might be interesting to have a few different "Deal Or No Deal" samples and choose one at random each time. That phrase will be used so often that it might be nice to change it up a bit and have different inflections and whatnot. Or, I suppose you could do it so that "Deal Or No...
  17. F

    Deal Or No Deal Game Info

    Yeah, that's what I thought you meant in your other message. Hmm, maybe I'll have to go back and listen again.
  18. F

    Deal Or No Deal Game Info

    The number sounded fine, but then when he said, "Deal Or No Deal?" it sounded choppy to me. Are those separate clips, or is that one clip?
  19. F

    Mame Cab!

    Well, the important thing is that you've learned your lesson. In fact, we can all learn a lesson from this. Que the special music. Sometimes it's _______ to ________. The important part is what you ______ with your ______, because that's really what __________ other _______. Now, go call...
  20. F

    Mame Cab!

    Oh. That's funny. Well, whether or not you meant it, I still get a chuckle out of it. Though, since it's your quote, I'll take it off of there if you wish. It's kinda taken out of context, too. That whole thread was almost 100% nonsense.
Back
Top