Skip to content

Commit f389b29

Browse files
committed
Update README.md
1 parent b66bb58 commit f389b29

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)