Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suborb/zx_conversion_utils
Utilities for reading ZX Disc images and file conversion utilities
https://github.com/suborb/zx_conversion_utils
disc-formats zx-spectrum
Last synced: 7 days ago
JSON representation
Utilities for reading ZX Disc images and file conversion utilities
- Host: GitHub
- URL: https://github.com/suborb/zx_conversion_utils
- Owner: suborb
- License: gpl-2.0
- Created: 2017-04-18T16:21:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T18:08:59.000Z (over 7 years ago)
- Last Synced: 2024-10-24T18:35:37.840Z (13 days ago)
- Topics: disc-formats, zx-spectrum
- Language: C
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zx_conversion_utils
Utilities for reading ZX Disc images and file conversion utilities.
This is a collection of quickly hacked together utilities to extract files from various disc formats.
## PlusD -> TAP converter
An interactive tool to extract files from +D format discs to .TAP files.
## Plus3 Read
Having failed to read my dumped discs with libdsk/cpmtools, cpcfs and cpcxfs it was
time to hack up a quick tool to extract what I can from disc images.The images I was working on were 720k B: drive images using out and back formatting.
## DeOCP
I originally wrote all of my Z80 code using a modified version of the OCP Editor/Assembler. This
used a minimally compressed file format with embedded line numbers. This program generates a standard text file from an input file. The text file can then of course be assembled using a
cross-assembler after the pseudo opcodes are cleaned up.