Search results

  1. C

    EZ-Flash Omega : Writing in PSRAM

    Thanks, for this solution, it allows to write PSRAM with a kind of memcpy fonction which switch to OS mode to make the copy and then switch back to game mode. I would prefer to directly wite in PSRAM with Arm Store instruction, I can do it with everdrive X5 GBA and i would like to do the same...
  2. C

    EZ-Flash Omega : Writing in PSRAM

    Hi, I develop homebrew for my GBA, i run it in PSRAM with EZ-Flash Omega. I would like to use a part of the 32Mbyte of PSRAM for Data of my program. After be launched by EZ-Flash kernel, in Game mode, it is not possible to write in PSRAM. Do you know if it exists registerS to set in EZ-Flash...
  3. C

    Hacking EzFlash Omega Autostart

    Dear, Does it exists in Ezflash a way to execute a "homebrew.gba" file at GBA power up without navigating in ezflash kernel ? Perhaps by using a specific filename like "autostart.gba" Regards.
  4. C

    Hacking EzFlash Omega Writing in PSRAM

    I am sorry, i can not send PM for now, i am too new gbatemp user. My homebrew is a GDB server used for debugging other homebrew running on the GBA. I use the GBA link port to communicate with my PC hosting the GDB client. My GDB server is started by EZflash, the code runs at the end of the...
  5. C

    Hacking EzFlash Omega Writing in PSRAM

    Dear All, I have made an homebrew, it runs in PSRAM with an EZFlash Omega. This homebrew would like to self modifying its code. Is there any way to allow writing in PSRAM at address 0x08000000 + 32 MByte when running software in ezflash Game Mode ? Regards