Search results

  1. H

    GP32 Bizarre Bug With Mrmirkosdk And Gcc Under Windows

    Gday Guys, I'm having a little trouble spotting a bug while using Mr Mirko's fantastic SDK. Im trying to use the gp_drawString() function but am having mixed results. #undef fixit #include <gp32.h> unsigned short *framebuffer; void main () { framebuffer = (u16*) FRAMEBUFFER...
  2. H

    Geepee32 0.34

    Dunno if this has been posted but GeePee was updated on the 20th of June to version 0.34 fixed: DirectX joystick/gamepad code is now anti-polling proof. smartmedia file/directory corruption. flash verify failure at address 0x2AAA. added: automatic refresh option for memory editor...
  3. H

    GP32 Reading Usb Pen Drive From Gamepark Cont.

    I have come across some firmware code from the U-boot (u-boot.sourceforge.net) project where they have written usb-ohci drivers that can work on the s3c2400 (the gp32 processor) they are only compatible atm with Mass Storage Devices which is good because thats all im interested in. They also...
  4. H

    GP32 Using Usb Port To Talk To Usb Flash Drive

    Hi guys, Just wondering if the GP32 is able to talk to its usb port and if it would be possible hardware wise for a programmer to write an application for the GP32 that can copy from a USB flash drive on the usb port to the smc?
Back
Top