Hi folks,
Just recently I bought myself a MiSTer FPGA and I already love it ... Now, my background is in the Atari ST demoscene back in the 90s and I desperately wanted to ramp up my MiSTer with all my disk collections I collected over time here. I was a bit sad when I figured that the Atari ST emulator does not support MSA files. Unfortunately the majority of my huuuge collection is in that format. I'm a software developer by heart and quickly decided to write myself a tool which would convert all my images to the supported ST format ... which I did ... and it works like a charm.
I wanted to share that with you ... Here's the link to my tool. https://github.com/slippyex/msa-to-st-c ... ree/v1.0.0
Usage is pretty easy. You provide a source directory structure and a target directory (which doesn't need to exist yet). My tool traverses through all sub-directories and as soon as it finds a MSA image, it creates an ST one in the provided target directory, preserving its original directory structures in the target.
Enjoy!