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 Misc > EEProm backup tool?

#157813 - 11X_daemon_X11 - Thu May 29, 2008 8:55 pm

Alright, I have a games n music card and I've got a couple games for the GBA I want to back up the save for. Now, the problem is, the save for these games is EEPRom and the gba save backup tool I ahve only supports flash saves, so you can see my delima. Is there an EEProm backup tool that saves the eeprom of the gba game out there that will work for the GnM? if so, could I be pointed to a link for it?
_________________
IRC (please join :D):

http://evilnetirc.ath.cx/

#157815 - tepples - Thu May 29, 2008 9:36 pm

This works from a GBA (not a DS) to a PC. Might someone have updated it for DS libfat?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#157817 - 11X_daemon_X11 - Thu May 29, 2008 9:51 pm

sadly I haven't gotten around to getting a wifi adoptor right now so Ican't use that =\ I don't have the money for one currently (only ave 12 bucks to my name lol) Any other suggestions?
_________________
IRC (please join :D):

http://evilnetirc.ath.cx/

#158158 - dantheman - Fri Jun 06, 2008 1:53 am

SendSave and the cart_save program on that page are GBA programs, and thus have nothing to do with wireless adapters. You'd just need a DLDI-capable slot-2 device to run cart_save to backup the save file.

The only DS-side save dumper I know if that can handle EEPROM saves also functions as a rom dumper, so it probably shouldn't be mentioned here. I've heard users had trouble with EEPROM saves with it anyway, so perhaps it's the one you're already using.

#158159 - yellowstar - Fri Jun 06, 2008 2:01 am

gbatek wrote:

GBA EEPROM
EEPROMs in GBA carts cannot be accessed in DS mode. The EEPROMs should be accessed with 8 waits on GBA, ie. 18 cycles on NDS on both 1st/2nd access. But, 2nd access is restricted to max 6 cycles in NDS mode, which is ways too fast.

#158163 - dantheman - Fri Jun 06, 2008 2:16 am

Useful info, thanks for the clarification.

#158191 - tepples - Sat Jun 07, 2008 12:30 am

Why would it be impossible for cycle-timed code running in ITCM/IWRAM/etc to clock the GBA ROM at the appropriate speed?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#158196 - HyperHacker - Sat Jun 07, 2008 4:57 am

Or just add a delay loop? O_o
_________________
I'm a PSP hacker now, but I still <3 DS.

#158216 - yellowstar - Sat Jun 07, 2008 4:58 pm

I don't know much about this really... I found that section in gbatek one day and decided to post a quote of it here.