Search results

  1. A

    Problems With Mix_openaudio

    Im now working on sound and every since i added the line I get something to have illegal write over in what is supposed to be free area of upper memory. CODE Mix_OpenAudio(22050, AUDIO_S16, 2, 512); According to my memory manager somwhere between 0x3cfffec and 0x3d00000, which is my...
  2. A

    Crash In Hw Blitting

    I am trying to code an HW blitting .. and first thing i figure is that it hang on the very first line ... CODE while(gRegGP2X2DEng->blitter.BltRunBusy); That is when I try to wait to see if its already in use. It also hang the telnet session!! i have to unplug and reboot the gp2x and...
  3. A

    Help Needing With Low-level Double Buffering

    I can seem to get the Double buffering system to work Here is my init code: CODE gRegGP2X2DEng = (TRegGp2x2DEng*)mmap(0, 0x200, PROT_READ|PROT_WRITE, MAP_SHARED, gDevMem, 0xE0020000); vmem = (u16*)mmap(NULL, 8*1024*1024, PROT_READ|PROT_WRITE, MAP_SHARED, gDevMem...
Back
Top