Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suborb/zx_disc_utils
A collection of tools to transfer between discs and tapes on a Spectrum +3
https://github.com/suborb/zx_disc_utils
disc-formats z80 zx-spectrum
Last synced: 23 days ago
JSON representation
A collection of tools to transfer between discs and tapes on a Spectrum +3
- Host: GitHub
- URL: https://github.com/suborb/zx_disc_utils
- Owner: suborb
- License: gpl-2.0
- Created: 2017-04-20T22:16:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T22:29:57.000Z (over 7 years ago)
- Last Synced: 2024-12-06T22:05:46.287Z (about 1 month ago)
- Topics: disc-formats, z80, zx-spectrum
- Language: Assembly
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZX Native Disc Transformer Utilities
A selection of native tools to convert between various disc formats.
# History
This is a collection of source code to tools that I wrote in the early 90s. The utilities were
written on +3 using a modified version of the OCP Editor Assembler.The files were transferred from the original discs and made readable using the tools in
http://github.com/suborb/zx_conversion_utilsThe following modifications have been made to the source code:
* Updated to compile with z80asm from z88dk
* db, dw, ds -> defb, defw, defs
* equ -> defc
* String constants now double quoted
* MODULE directive added
* Help pages embedded into source code
* A very old address has been removedOtherwise, the source is as written (6 character labels, < 40 characters per line)
# Missing source code
This set of tools are related - a lot of the code is shared between them. As things
stand two tools are missing from the repository.## Transfer (+3 -> +D discs on +3 B: drive).
The writing counterpart of convert. I have a revision of the source
code that's probably 5 versions behind the last release.## Slowdos 1.0
Was a screen resident program to read/write MSDOS discs on a +3 B: drive.
I have some versions of the source, but not verified that a loadable program can be made.
The source code for Slowdos 2.x which extended +3 BASIC to allow access to MSDOS discs is
located here: http://github.com/suborb/slowdos