chillywilly
games on sdcard saves fine! all saves in .menu/n64/save
but when i start conker from flash they are no savegame in .menu/n64/save - i need this feature. 
games from flash = savegame on sdcard
can you realize that?
Assuming that you have an SD capable cart. I can probably do that.
By the way, the EEPROM
is emulated in the SRAM... but it does a very odd thing - it saves each bit as a word. So if your EEPROM starts with the hex data 53 74, the data in the sram will be 0000 FFFF 0000 FFFF 0000 0000 FFFF FFFF 0000 FFFF FFFF FFFF 0000 FFFF 0000 0000.
So my original attempt at saving the EEPROM by saving the sram would have worked, but I wasn't saving enough of the sram. I have to save 16X the actual storage for it to work.
So now I'm wondering how the FRAM is emulated... if it's emulated.