Search results

  1. R

    GP32 Memcpy Performance

    I think it sounds like an alignment issue. Could you possibly do something like this: check for odd address if (odd) read first byte read other words read last byte else read all words Sorry for shitty pseudo code, but yeah, that's what I think it should do. In fact, I thought memcopy...
  2. R

    Other Consoles Should Not Be On Front Page

    I don't mind the other console stuff on the front page. I thought the zodiac stuff was annoying because it wasn't really news, it was a couple pricks saying how much the zodiac rules and how our gp32s suck the big balls. I don't see anyone saying that with the DS stuff. As far as...
  3. R

    Gp32 Win Ce

    Yeah, gay :P
  4. R

    GP32 Wanted: File Requester Src

    Looking closer at Oankali's website, I see he doesn't have a package put together that includes okf.h. I got it from the beta test forum, here: http://www.gp32x.de/board/index.php?showtopic=10079
  5. R

    GP32 Wanted: File Requester Src

    I would like to mention that I use Oankali's lib in my emulator, and it is very nice I'm not sure what EvilDragon is talking about with the OKF.h missing. Also, EvilDragon, could you check for me why my old account (rattboi) is disabled? I pm'ed the admin and got no answer
  6. R

    GP32 List Of Developers

    Yo, mine doesn't work either Here's my three: Wonderboi Sourceforge Page Wonderboi old page GDB Server Page (old)
  7. R

    Next Home Consoles

    Aren't Xbox 2 and GC 2 going to use similar PowerPC chips and similar video chipsets? Actually, I thought I heard that PS3 will use a similar video chipset as well. I don't really see any difference between them at this point, except first-party titles. Oh, and PS3 is going to use HD-DVD? or...
  8. R

    Ram Upgrade Service

    I'd like this
  9. R

    GP32 Info On Caching

    Pirotic, I don't think that's quite right. The GP32 has like 32k(?) of cache that is much faster than even normal RAM, so reading and writing is greatly increased if the data you are accessing is cached. I know of the cache, but I was hoping to understand how it worked and how to control it.
  10. R

    Virtual Boy Flash Carts

    Here's a site showing how to make a reprogrammable virtual boy cart: http://dana.ucc.nau.edu/~dbt/VBCart.html
  11. R

    Virtual Boy Flash Carts

    I'm pretty sure there are sites that detail how to make your own flash cart, but I think you'll never find one being sold.
  12. R

    GP32 Info On Caching

    I was working on wonderboi a few days ago, and it seemed like all of a sudden it was running a lot smoother, and I couldn't account for it, since I was changing GUI code. I didn't pay much attention to it at the time. I figured maybe I just was seeing things. But I changed a little more GUI...
  13. R

    Drmd - Genesis Emulator

    Yo Reesy, Good work on the emu, man. I haven't tried it, but I've been following this thread. If you'd like, I'd be glad to help you. I have just got wonderboi a sourceforge page, and my code is pretty portable, as far as the interface, etc goes. If you want to look at it, it's at...
  14. R

    Bored

    Hmm, I didn't see this topic till just now. Look, the simple fact is that people don't program for you, so if you're bored, that's not the development community's fault. My emulator is probably one of the least used emus for gp32, it's emulating a platform that most people don't care about, and...
  15. R

    Funny Looking Squares

    I don't really encode many movies, but it sounds to me like maybe you encoded the movie with the wrong version of XVid. There's only a few that work correctly, so I reccommend looking around the forum for which one works.
  16. R

    GP32 Compiling Frodo Beta11 Source

    devkitARM works fine with the gamepark SDK. It just takes a little more setup time. You download the gamepark libs zip from www.devkit.tk and put it anywhere, and then make sure it's pointed to in your makefile. Not that hard
  17. R

    Cyber Gp32

    I'm pretty sure the serial is for accessing the gp32, as the chatboard is so slow!
  18. R

    Gp32 Scene.. Slow Or Fast?

    No, Hooka, you're right. I talked to Torlus a few nights ago in #gp32dev, and he said they all were on vacation, but that it's almost over. I assume this is a french school thing, but who knows? I'm sure it'll be back to a release every 2 days in maybe a month.
  19. R

    Losing Interest In The Gp?

    I barely ever post, but I must say that I've had my GP32 for 2.5 years now, and I'm still interested in it. But my interests *have* moved with the tides, as it were. There have been months at a time that I leave the scene, but then I find something to bring me back (usually Wonderboi). Azure...
  20. R

    GP32 New Gp32 Emu?

    You know you can step line-by-line in the C source already if you use GDB and it's on linux AND windows? Oh, and not emulated, so you know it's working on hardware. Uses USB cable and a few programs, pretty nifty.
Back
Top