gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Data Storage

#90332 - Enira - Thu Jun 29, 2006 7:21 pm

What are the storage possibilities for homebrew applications?
I found GBFS and PAFS to read data but how can I store data?

#90344 - josath - Thu Jun 29, 2006 8:32 pm

SRAM (if you've got it)
or to CF/SD card (if it's supported) http://chishm.drunkencoders.com/
or send via wifi to a server

#90359 - Enira - Thu Jun 29, 2006 10:10 pm

josath wrote:
SRAM (if you've got it)
or to CF/SD card (if it's supported) http://chishm.drunkencoders.com/
or send via wifi to a server
Thank you for the fast reply.
I think I will use the CF card.
And if needed the wireless, although i'll save this as a backup plan for later.