ShendoXT / memcardrex

Advanced PlayStation 1 Memory Card editor
GNU General Public License v3.0
432 stars 53 forks source link

New memory cards lack the 'MC' header #18

Closed bodgit closed 3 years ago

bodgit commented 3 years ago

According to memory card format documentation such as https://www.psdevwiki.com/ps3/PS1_Savedata and http://problemkaputt.de/psx-spx.htm#memorycarddataformat the header frame should be 'MC', 125 x 0x00 bytes and a 0x0e checksum byte. Looking at a memory card created with 1.9.2b7a018 it is just 128 x 0x00 bytes.

ShendoXT commented 3 years ago

Totally my fault, it's a bug. Will fix it.