slinga-homebrew / Save-Game-Copier

Copy Sega Saturn save game files
GNU General Public License v3.0
48 stars 8 forks source link

Add Support for Action Replay Saves #30

Closed slinga-homebrew closed 2 years ago

slinga-homebrew commented 3 years ago

Create a backup-actionreplay interface to support Action Replay saves. They are compressed.

slinga-homebrew commented 3 years ago

Read-only support for RLE01 compressed saves has been implemented. There are two other compression algorithms that need to be implemented. Additionally write support needs to be added.

slinga-homebrew commented 3 years ago

Write support is more difficult than anticipated. It will require custom code for each specific chipset. As a result I've decided to keep things read-only for the time being. That means the only work remaining is to add support for DEF01 and DEF02 decompression.