File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
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
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.
5
+ 1 . Grab diskette image using [ Hobeta ] ( http://speccy.info/Hobeta ) tool.
6
+ 2 . Strip the file header and save the result to a new file .
7
+ 3 . Convert resulting Zeus Z80 assembler file to the plain text format.
8
8
9
- It 's very easy to use. Download the package, run ` setup.py ` , invoke in the following way:
9
+ But you can use them in the way you need. And it 's very easy to use: download the package, run ` setup.py ` , invoke in the following way:
10
10
```
11
11
$ python -m zxtools.hobeta strip input.hobetta result.zeus
12
12
$ python -m zxtools.zeus2txt result.zeus listing.txt
13
13
```
14
+ NOTE: You need Python 3 to use this package.
You can’t perform that action at this time.
0 commit comments