sldafa
看了下,好像cue没什么问题……
我查询了一下analogue pocket PCE CD核心的GitHub文档(https://github.com/Mazamars312/openfpga-pcengine-cd),其中提到要建立使用Json格式的文件来让机器识别游戏文件(BIN/CUE)的加载:
Make sure you have the HuCard bios for the CDRomII in the \Assets\pcecd\common folder
The CUE/BIN Files are also stored in the \Assets\pcecd\common folders and it is recommended to have them in their own folders
Then you need to setup the JSON files for the pocket to know which CUE/BIN files are to be used
JSON Manual mode creation:
in the assets\pcecd\Mazamars312.PC Engine CD folder there a image_template.json file. depending on how many BIN files files is how many dataslots you use and folder location.
"data_path": "image/", is the folder location in the \Assets\pcecd\common folder that you are pointing too
DataSlot 100 is always the CUE file
DataSlot 101-127 is for each BIN file. If you only have a single BIN (with MultiTracks in it) then you only put this bin file in Dataslot 101 and delete the rest of the assending slots)
If you do have any issues loading images, you can in the Analouge menu turn on the file debugging (Tools\Developer\Debug Logging) then try to load the JSON.
Once the error happens, you can then go into the SDCARD then to the folders \system\logs\Mazamars312.pcecddate_time to see what happened in the loading process. this can help to see if you have the file names incorrect.
Make sure you then turn off the debugging once fixed as it will slow down access and fill up your SDCARD with logs.
An Error code will come up advising which Data slot is causing the issue.
因为我本人并没有analogue pocket,所以这个还需要你自己研究一下这个JSON文件的生成方式和使用方法