Recent content by slubman

  1. S

    GP32 Change Gpbitblt By Gm_memcpy

    Due to the fact that the screen memory is strange, you can use this formula, to get the address of a pixel: P(x,y) = start_of_screen_memory + (240 * x * ( 240 - y )) * (bpp / 8) Warning: Using gm_memcpy, cause sound to crash a lot :( Then, you will have to copy column by column, and for sprite...
  2. S

    Slubman Firmware

    No
  3. S

    Slubman Firmware

    I've finally decide to release the full source code. Thanks to gp32x for hosting the file. Download: here
  4. S

    Slubmans Firmware Questions

    United GP Viewer is now available as a plugin, it support: Pictures : JPG, BMP, GIF, TGA, PCX Programs : FXE, GXB, AXF, GXF, GXE Firmwares : BIN Musics : WMA, WAV, SEF, MP3, MOD Videos : AVI Roms : NGP, NPC
  5. S

    Slubman Fw Questions. (plug-ins)

    You have to put them in gp:/gpsys/plugins/ If the folder doesn't exist, create it with the explorer ;)
  6. S

    Adic 2004 Downloads

    AS said on gpnews, you can download entries at: http://adic2004.gp32news.com/ADIC2004.rar or by eDonkey at: ed2k://|file|ADIC2004.rar|73548050|10b8a43141c72a6ad1adf236c985cd65| N.B: there is just a pack with all programs (70.14MB).
  7. S

    Which Firmware Is This?

    gpbios
  8. S

    Firmware Questions

    BobBorakovitz, to launch GXE in the firmware you have to install a plugin called launchGXE
  9. S

    Slubman Firmware

    New beta, with 2 change from the actual release: * 8/16/32 MB bios from Mr.Spiv * An option to chooses CPU speed. I just want to know if there is no training bug :) Download : here
  10. S

    Post Your Top 5 Homebrew Games

    Unplayable for me :(
  11. S

    Post Your Top 5 Homebrew Games

    Tie Break Tennis Elena GpMax GpDoom SC2
  12. S

    GP32 Building Gp32 Toolchain

    I've succeed in build-it with rob settings, and all thinks work fine now. It's seem that I was forgetting to export a shell variable :S
  13. S

    GP32 Building Gp32 Toolchain

    Linux Mandrake 10 community :S I'll go to re-compile gcc with your setings, to show you the errors.
  14. S

    GP32 Building Gp32 Toolchain

    About mr.mirko automated tool: 1°/ I don't have a DSL connection so i download everything from scho, then simplyn change the scrit in order that i mustn't download. 2°/ I run it as root 3°/ I've got error using the gpsdk :(
  15. S

    GP32 Building Gp32 Toolchain

    Using Rob's tuto with gcc 3.4.2 i've got the following errors:
Back
Top