Search results

  1. Orion_

    Gp32 2nd Hand Value

    I saw one at ~110$ with 3 smc, but the auction didn't last long and it was bought in the day (buy now option) I recently got one for around 100$ with one smc. (complete in box) buy a gp32 ! or keep it ! don't sell it you will regret it :)
  2. Orion_

    Wanna Be Wizard Is Now Available

    I checked wanna be a wizard and it's like mill, all the text datas are in the executable, so modification is possible but will take a lot's of time and will have constraints. and no patch possible, because the executable is encrypted, the only way is a decrypted version of the game in an fxe...
  3. Orion_

    GP32 About Blu+

    I heard that BLU+ has a new lcd and that it has trouble with homebrew application only. Why is commercial games not affected ? The answer I could guess is that the commercial SDK is using the Bios to init the LCD, so using the corrected bios for BLU+ there is no trouble and no need to recompile...
  4. Orion_

    Wanna Be Wizard Is Now Available

    and by the way, where can we bought wbw now ? :/ (gp2x .. bah... :P) I contacted Lethe by PM :)
  5. Orion_

    Wanna Be Wizard Is Now Available

    finally did the english version of WBW has been released ? or a patch ? maybe I can check how to edit WBW file to include the english translation. I tried some times ago to hack mill for translation and I succeeded but as I don't speak korean I couldn't go farther. Now I'm back into gp32 again...
  6. Orion_

    GP32 Unpack A B2fxec Fxe

    Thanks for the info ! I finally managed to get it running \o/
  7. Orion_

    GP32 Unpack A B2fxec Fxe

    I tried that ! :) I also stated a good thing, it's that the fxe seems to be loaded at the beginning of the ram \o/ so once loaded I set a breakpoint at the beginning of the ram and when it's unpacked I dump the memory. the problem is .. when I repack this bin file into an fxe It doesn't work...
  8. Orion_

    GP32 Unpack A B2fxec Fxe

    Hi ! I have an old fxe that I made some years ago, and I lost the source code :( the fxe was created using b2fxeC that means it's compressed, I tried to use unfxe but all I get is a bin file that is packed :/ how can I unpack it to get the original bin file ? Thanks.
  9. Orion_

    Gp2x Demo Competition: 750$ prize money

    I don't have a gp2x ... yet, but I think I will start coding something on my GP32, and if it's going well, I'll buy a gp2x and continue coding on it, since it's the same main processor :)
  10. Orion_

    GP2X Gp2x Demo Development

    can we use this source code for the demo competition ?
  11. Orion_

    Gp2x Demo Competition: 750$ prize money

    the lib is only to access 3D hardware, like you would use the blitter or system call on gp2x. the lib are also here to provide compatibility between different graphic card. the content is not generated real time, but before the demo, it use lot's of ram yes, but using same technique on gp2x...
  12. Orion_

    Gp2x Demo Competition: 750$ prize money

    This compo would almost make me buy a gp2x. :ph34r:
  13. Orion_

    GP2X Dev On Gp2x

    is there anyway actually to dev on gp2x ? because after installing the gcc compiler for arm, how can you code for the gp2x ? is there any sdk ? where is the promised sdl ? is there at least a way to access the framebuffer ?
  14. Orion_

    GP2X Gp2x Sdk?

    interesting :) one question, can you fill the processor cache with data yourself ? how work the cache exactly ?
  15. Orion_

    GP2X Gp2x Sdk?

    so the 2 arm can execute code separatly at the same time ? how to load code in the second processor ?
  16. Orion_

    GP2X Gp2x Sdk?

    for those who have the SDK, I have some question about it. is there a way to access the second arm core ? what does the second core actually ? (I mean, is it just a simple arm processor that can process code in paralax to the first processor, or is it a 2D/movie specific processor that have...
  17. Orion_

    GP32 Loading A Jpg

    Blah > first of all the processor is compatible (arm7 -> arm9) that's why the gba emulator emulate so well and so fast the gba processor on the gp32 ;) and second the io is not used in the function you can pass in parameter the screen you want. I tried (the C version only, not the asm one) and...
  18. Orion_

    GP32 Loading A Jpg

    I found this, it's fast (asm) but it's for gba, since the gp32 as the same processor I think it could be compatible, not tested yet. http://www.devrs.com/gba/asmcode.php#asmgraf
  19. Orion_

    GP32 Simple Xm Player

    Blah > XM can have up to 32channels and have a lots of more functions than MOD, first, instruments, and a lots of other things. rov > I saw on this website: " I have a working updated version of the MODPlay library. It adds support for the XM and S3M formats. "
  20. Orion_

    GP32 Simple Xm Player

    Hi, I'm seeking for a simple XM player for gp32 something as simple as the mod lib from chn (I tried to compile libmikmod port but I failed) I saw that chn had a working version of the mod lib but with xm and s3m support does this lib ever been released ? or maybe there is another lib ? Thanks.
Back
Top