bodgit / memcardpro

Utility for 8BitMods MemCard PRO
https://8bitmods.com/accessories/memcard-pro/
BSD 3-Clause "New" or "Revised" License
38 stars 2 forks source link

Playstation2 `.mc2` format of Memcard PRO2 not supported #68

Open jrobichaud opened 2 months ago

jrobichaud commented 2 months ago

Hi,

I just used this tool to split my PS1 games and it works flawlessly.

However splitting Playstation2 .mc2 files returns an error.

This format is not mentioned in the readme so I believe it is not currently supported.

$ memcardpro split temp MemoryCard1-?.mc2
Error: unknown memory card
Usage:
  memcardpro split DIRECTORY FILE...

Flags:
  -h, --help             help for split
      --revision-bytes   force adding revision bytes to filenames
      --use-flash-id     use the source memory card flash ID
      --use-size         use the source memory card size
bodgit commented 1 month ago

It's on my list to do. The PS2 format is a bit more complicated than the PS1. I have code to read images, just need to handle writing them.