Mazamars312 / openfpga-pcengine-cd

The openFPGA PCECD Core
GNU General Public License v2.0
52 stars 4 forks source link

Bishoujo Senshi Sailor Moon (English patched) fails to boot #13

Closed neutralinsomniac closed 1 year ago

neutralinsomniac commented 1 year ago

I've tried with both the v3.0 US and Japan BIOS. After hitting Run at the BIOS screen, I get "Just a moment..." then nothing further.

kftX commented 1 year ago

I've tried with both the v3.0 US and Japan BIOS. After hitting Run at the BIOS screen, I get "Just a moment..." then nothing further.

I had this issue earlier, you need to unmerge the bin file. Get BINmerge and run the following command in a terminal/command line:

binmerge.exe --split "name of your sailor moon.cue" "new name for the unmerged file"

I did this for my copy of Sailor Moon and it worked. Hope this helps!

I referenced this possible issue with merged BIN files here

neutralinsomniac commented 1 year ago

That fixed it! Thank you!