Search results

  1. L

    GP32 Can't Make My "hello World" Work On The Real Gp

    HI, I found the problem. A bit weird but it now works. The problem is here int main ( void ) { int i; unsigned short *framebuffer = (unsigned short*) FRAMEBUFFER; unsigned short *framebuffer2 = (unsigned short*) FRAMEBUFFER2; Have you found it? To make it work on my GP, I...
  2. L

    GP32 Can't Make My "hello World" Work On The Real Gp

    Not sure what kind of BLU I have. I bought my GP last year and Hexen for BLU+ work perfectly on my GP, so I imagine that I have a BLU+.( did not know they was 2 kind of BLU). I don't get any white bars. It's plain blank. It's like if the screen was shutting down(for example when you batteries...
  3. L

    GP32 Can't Make My "hello World" Work On The Real Gp

    I downloaded version 095 of the SDK and I did not found 2 libs. So I renamed the one I have as mirkoSDK_GEEPEE and I re-extracted the original mirkoSDK lib from the zip file. I recompiled my hello world program with the original lib and it does not work either. I made a new hello world...
  4. L

    GP32 Can't Make My "hello World" Work On The Real Gp

    I tried adding the following line of code and it does not work gp_setFramebuffer(framebuffer,1); I tried to modify the make file like below in case it did not like g++ and it did not work either. CC = arm-elf-gcc LD = arm-elf-gcc AS = arm-elf-as AR = arm-elf-ar #CXX = arm-elf-c++ I...
  5. L

    GP32 Can't Make My "hello World" Work On The Real Gp

    Hi I have downloaded recently the Mirko's SDK. Very nice tool. I have commented the line in the compiler lib to make sure the examples can run on the emulator. I recompiled everything. All examples work on emulator and real GP32. Now I tried to make an hello world. It works fine on...
  6. L

    Can We Change The Gp32 Joystick

    Thanks for the information. It seems like a good solution. Just to give you an example of very bad joystick response, I was playing golden axe warrior(like zelda) on a sms emulator. In these kind of games, you need the 4 directions. When I was moving my character left, if I suddently tried to...
  7. L

    Can We Change The Gp32 Joystick

    Me and my friend are desperately hating the gp32 joystick. I am trying to find if there is a way to change it. The joystick is too high, if the head would be lower, it would require less movement to push on the directional button below. There seem to be enough place to move a lower joystick...
  8. L

    Gp32 Ii

    HI, I am new here, I was searching something else and I stumbled on this thread so I guess i'll add my replay and post a new thread. If I had to make a new version of the game park 32, It would have the following speicfications : Screen resolution 384x240 or above. - This allow support of...
Back
Top