joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.81k stars 383 forks source link

NFD R1 disk image support #910

Closed joncampbell123 closed 6 years ago

joncampbell123 commented 6 years ago

So far, NFD R0 is the only version supported.

I found a PC-98 game stored in an NFD R1 image (Tsumeawase collection, [PC98][さ][ザインソフト] クルージュ [NFD].zip).

Hopefully the converter script source code I cloned from another project can provide enough information to describe how to read it.

joncampbell123 commented 6 years ago

Oh, cool:

http://www.geocities.jp/t98next/nfdr1.txt

joncampbell123 commented 6 years ago

I posted a copy on Hackipedia, converting SJIS to UTF-8 for more universal readability using GNU iconv:

http://hackipedia.org/browse.cgi/File%20formats/NFD%2c%20T98%2dNext%20floppy%20disk%20image/NFD%20r1%e5%bd%a2%e5%bc%8f%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e6%a7%8b%e9%80%a0%e4%bb%95%e6%a7%98%20%28format%20file%20structure%20specification%29%20%282001%2d09%2d14%29%2etxt

joncampbell123 commented 6 years ago

Done.