项目作者: suborb

项目描述 :
Utilities for reading ZX Disc images and file conversion utilities
高级语言: C
项目地址: git://github.com/suborb/zx_conversion_utils.git
创建时间: 2017-04-18T16:21:34Z
项目社区:https://github.com/suborb/zx_conversion_utils

开源协议:GNU General Public License v2.0

下载


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.