spodula / SpecHDDFileEditor

Editor for HDD IDEDOS HDD / Raw image files.
Apache License 2.0
1 stars 0 forks source link

SpecHDDFileEditor

This is a java based editor for either Realsoft HDF files or Raw disk Image files in both 8 and 16 bit versions as well as amstrad DSK, TR-DOS files, TAP, TZX (limited), MGT(speccy types only) and MDR files.

Limitations on supported file types: https://github.com/spodula/SpecHDDFileEditor/wiki/File-support

Features:

File system documentation:

Requires at least Java 17 (I use OpenJDK 18 on Linux.)

Building: Copy the appropriate POM file. mvn clean package Should leave a JAR file in the target folder.

Running: Depending on your java installation and OS, you may be able to double-click on the file. (On most linux distributions, you will have to explicity set the +x flag in file properties) Alternatively, from the command line:

Java -jar HDDEditorxxx.jar

Documentation: https://github.com/spodula/SpecHDDFileEditor/wiki