Mazamars312 / openfpga-pcengine-cd

The openFPGA PCECD Core
GNU General Public License v2.0
59 stars 6 forks source link

No way to load Ys Book I & II #5

Closed MP2E closed 1 year ago

MP2E commented 1 year ago

With split .cue and .bin files, there are over 40 bin files. But also when merging all the bin files with binmerge (https://github.com/putnam/binmerge) the .cue and .bin cannot be loaded, as the Pocket shows "Error in Framework File ID [101] Too Large"

All the other dumps I have seem to work fine and I made sure that I'm using a redump copy

neil-morrison44 commented 1 year ago

I wonder if a custom binmerge that merges the bins into ~20 instead of 1 would help?

Mazamars312 commented 1 year ago

What is the total size of the BIN file you make? as there is a 700mbyte limit I have on thos which you can increase to about 4Gbytes if needed.

MP2E commented 1 year ago

@Mazamars312 The combined bin file for Ys Book I & II is 768.1MB

Mazamars312 commented 1 year ago

Ah. Go into the data.json and increase the max size to say 838860800 on dataslot 101. I can add this on the update I'm doing with some other things

MP2E commented 1 year ago

Works perfectly! Thank you very much. I didn't realize this was something I could easily change. Still learning the ropes on the Analogue Pocket and reading the developer documentation.

Thank you! I will close this ticket