-
The web utility on esp32rainbow.com is handy for converting a single tape image. However, I have a large collection of ZX Spectrum software on a hard drive and would like to convert them en masse. Is there a command-line utility I can run in a Linux shell to convert a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes! You can run Then it should work like this (for example).
We should probably document this a bit better, on the wiki... feel free to help out if you get on ok with your batch conversion 👍🏻 |
Beta Was this translation helpful? Give feedback.
-
Pretty sure ZEsarUX supports converting from command line too. |
Beta Was this translation helpful? Give feedback.
Yes!
You can run
make -f Makefile.tap2z80
in thedesktop
directory to build the utility as a command-line tool on Linux. Except... there's a single line bug (I just submitted a PR to fix it, it is a straightforward edit to the source file).Then it should work like this (for example).