You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
First off, love the program! Much easier to use than the official software.
I am encountering an issue though.
When I read from the SRAM, it produces 128kb save files for GBC games exclusively.
I am fairly new to the scene of the game cart dumping scene, but from what I can tell, the save files are supposed to be 32kb.
Maybe it is dumping multiple banks?
Now, these files work for the flash cart just fine, but the emulators freak out when I use them. (due to the size I am assuming)
Now, if this is an issue with my card itself, I can understand, and perhaps I need a new one or need to fiddle with it.
I appreciate any advice you may have. I can provide any documentation you think might be useful.
The text was updated successfully, but these errors were encountered:
Hi @bubbaj14,
I just checked the code (it's been some time) and indeed it always reads the whole 128KB.
I will keep this issue open since it seems I could use a ROM Header to determine the actual SAV dimension.
Meanwhile, as a workaround, I think you can just truncate the SAV file to the correct dimension
Hi @bubbaj14, I just checked the code (it's been some time) and indeed it always reads the whole 128KB. I will keep this issue open since it seems I could use a ROM Header to determine the actual SAV dimension.
Meanwhile, as a workaround, I think you can just truncate the SAV file to the correct dimension
Hello again!
I was wondering if there has been any progress on this, if not no worries!
I am sure you got bunch more relevant projects to be working on lol.
I hope you are well.
Hello!
First off, love the program! Much easier to use than the official software.
I am encountering an issue though.
When I read from the SRAM, it produces 128kb save files for GBC games exclusively.
I am fairly new to the scene of the game cart dumping scene, but from what I can tell, the save files are supposed to be 32kb.
Maybe it is dumping multiple banks?
Now, these files work for the flash cart just fine, but the emulators freak out when I use them. (due to the size I am assuming)
Now, if this is an issue with my card itself, I can understand, and perhaps I need a new one or need to fiddle with it.
I appreciate any advice you may have. I can provide any documentation you think might be useful.
The text was updated successfully, but these errors were encountered: