As mentioned in another post, I am working on a Java library that allows to read and extract multiple floppy image file formats. Ultimately, I want to make it available in a web application online, but for the time being, there is just a small extraction tool that comes in the form of an executable Jar file - see attachement. You need to have Java 8 installed on your PC / Linux / Mac; OpenJDK should do just fine.
Download the attachement, unpack the Jar file from the Zip (I had to zip it in order to be allowed to attach it), and then double-click the Jar to start it. If that does not work with our Java installation, you can always run it from a shell window:
Code: Select all
$ java -jar retro-io-1.0-SNAPSHOT-all.jar
If anyone feels the urge to write a better extractor tool around the retro-io library, this is where the library can be found:
https://github.com/marcelschoen/retro-io