libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
45 stars 40 forks source link

x68000 save issue #143

Open peterfighter777 opened 3 years ago

peterfighter777 commented 3 years ago

Hello guys. I played inindo the way of ninja. It request blank disk. and I made disk image and put it on. At first recognized it and saved message. but it is disappeared change disk or reset system. and if I try format disk it also failed. I think this system has not supported write data or formatting. If you succeed save data, please share on me.

window version emulator xm6 pro 68k can save data and format.

gingerbeardman commented 3 years ago

You can see from the source code that writing is supported: https://github.com/hissorii/px68k/blob/master/x68k/fdd.c

Please share more information, such as your sample saved disk and/or a video of the problem happening so we can see the steps to reproduce.

xm6 pro 68k is a different emulator.

peterfighter777 commented 3 years ago

You can see from the source code that writing is supported: https://github.com/hissorii/px68k/blob/master/x68k/fdd.c

Please share more information, such as your sample saved disk and/or a video of the problem happening so we can see the steps to reproduce.

xm6 pro 68k is a different emulator.

Thank you for your help. I will attach file . can you try this one? img.zip

please insert fdd 0: A disk and fdd1: B disk and then you can see 4 menu ( img1) and choose 3rd menu データディスクを作成する and(img2) yes and have to change fdd1 drive disk "B" to "Disk User" (img3) push button "yes" at normal conditon, you can see (img4, img5) and change disk to "B" and choose second menu "前の続きから始める”(img6) and change disk to "Disk User" and you can see (img 8) these captures are taken by "XM6 Pro-68k" on Window10.

In fail case, I trie same step at px68k retroarch 64 android version . img1~3 was ok but img4 step this message up "フォーマットは失敗しました format is failed"  and you can see (img6, 7 ,8) normally because I format disk other emulator "XM6 Pro-68k".

and you play game and go to a town's motel and choose the menu name is "記録 save". push the button , It seem be written data. but you check data disk again . you can see message ”未使用 no data”. These are my situation , please help me 

negativeExponent commented 3 years ago

im not entirely sure why a fdd can only be 7kb in size.... create a proper fdd size and try again.

peterfighter777 commented 3 years ago

im not entirely sure why a fdd can only be 7kb in size.... create a proper fdd size and try again.

well..... I don't think so. Other game disk which use px68k have 1233kb and can save other emulator "XM6 pro-68k" as same disk.

gingerbeardman commented 3 years ago

please try the proposal before rejecting it. let's solve this together.

peterfighter777 commented 3 years ago

I can play same game on Snes or Msx system. But x68000 system sound is very beautiful . so I would like to play on px68k. Please solve this issue together. and I ask developer "Hissori FC blog channel" and wait his answer. I don't know when he read it

gingerbeardman commented 3 years ago

Did you try another save disk image?

peterfighter777 commented 3 years ago

Did you try another save disk image?

I found a clue to solve. This px68k is based on Winx68k emul. So I tried to do same step on Winx68k . first I tried put on the each drive but I can't see any files and I selected file extension option at right under corner. and I can see every file .dim .hdd .d68 .2hq .2dd .xdf . And then I tried to format each file extension. Amazingly, Every files work it except dim file extension. Unfortunately px68k emulator Android only show .dim extension. So I failed everytime. If we find solution that show all of extension file on px68k emul, this issue would be clear.

peterfighter777 commented 3 years ago

Did you try another save disk image? I solve it !!! xdf extension can read on px68k and can format. I think it will save data. Thank you all of your support.

gingerbeardman commented 3 years ago

Great news!

Please file a new issue for:

show all of extension file on px68k emul

peterfighter777 commented 3 years ago

Only xdf file extension can format save data on px68k . I share it . :) It's all yours ! save.zip

peterfighter777 commented 3 years ago

OMG There are some problem . Game save & load are unstable. At first I succeed save and load. and second time I couldn't save. it just read only. I think px68k system has unstable write data. I think this is out of my ability. Only developer (programmer) can solve it.