budude2 / openfpga-GBC

193 stars 5 forks source link

Pocket Monsters : Crystal Version [Japan] savefile wrong. #28

Closed Lingline closed 4 months ago

Lingline commented 5 months ago

PM_CRYSTAL | 2048 | 64 | ROM+MBC3+RAM+Battery+Timer save file 64k not 32k 32k is wrong selecting girl save game,load game girl change boy pls fix it

Lycoris2013 commented 5 months ago

This is a peculiar problem with openfpga-GBC, as it works without problem with MiSTer fpga. It seems to assume only 32 KB+RTC data size when writing. Changing the data.json file to "size_maximum": "0x16050" will load 64KB of data.

Lingline commented 5 months ago

I changed the data.json file to "size_maximum": "0x16050" but save date alway 32k.

Xukkorz commented 5 months ago

The dev is aware of this issue, they didn't realize saves could be bigger than 32k and are working on correcting this.

budude2 commented 4 months ago

Fixed in latest release (v1.0.7)