captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
247 stars 18 forks source link

Support for .mds, .mdf #21

Closed mcfilmmakers closed 1 year ago

mcfilmmakers commented 3 years ago

Please support these other very common file types!

captainys commented 3 years ago

I know those data format exist, but is there an official file format specification anywhere? If there is, and if it is easy enough, I can try supporting it.

ShriveledSquirrel commented 2 years ago

I second this :(.

Also, I assume there isn't anything that I can do as I haven't programmed anything in years, but is there anything that people can do to help you? Like, finding you another machine to tinker with or something. Just curious.

Edit: Currently looking for the file format specification you spoke of. Edit2: Found this, but no mdf or mds. Might be helpful for future reference. https://wikileaks.org/sony/docs/05/docs/DECE/TWG/TechnicalWorkGroup_1.0.3%20Specs/TechnicalWorkGroup_Download/1.0.3_459/CFFMediaFormat-1.0.3.pdf

fuzz6001 commented 2 years ago

Documentation by nocash author https://problemkaputt.de/psx-spx.htm#cdromdiskimagesmdsmdfalcohol120

captainys commented 2 years ago

OK. That's cool. Let me look into it. Thanks!

captainys commented 2 years ago

Are you able to compile? I've added support for MDS/MDF. Looks to be working on my environment, but I have only tested with a few images.

captainys commented 1 year ago

MDS/MDF support is stable now. Issue resolved.