We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66bb58 commit f389b29Copy full SHA for f389b29
README.md
@@ -0,0 +1,13 @@
1
+# Tools to manipulate files from Z80 Spectrum diskettes #
2
+
3
+Here's a set of utils to manipulate files that were copied from TR-DOS diskettes. The tools were written to simplify the following workflow:
4
5
+1. Grab diskette image using Hobbeta tool.
6
+2. Strip the file header.
7
+3. Convert resulting Zeus Z80 file to the plain text format.
8
9
+It's very easy to use. Download the package, run `setup.py`, invoke in the following way:
10
+```
11
+$ python -m zxtools.hobeta strip input.hobetta result.zeus
12
+$ python -m zxtools.zeus2txt result.zeus listing.txt
13
0 commit comments