FcopyPC
=-=-=-=

FcopyPC is designed for fast sending-receiving complete disk-sides from/to
a Commodore-C64 computer.

What you need:
- PC
- C64
- 1541 Diskdrive (or a newer drive with old Bios-kernal)
- C64-UserPort <-> 1541 Cable          ]  Descriped in
- C64-Joyports <-> PC-Parallel Cable   ]  FCPCABLE.DOC

A complete disk-side will be send from/to the C64 in 51 seconds,
with checksums, error-detection, sector- and ID header.

Fcopy uses a handshake protocol which guarantees that every disk can be
copied (with errors and special codes) to the PC, and back to the C64.

The Mhz of your PC does not matter at all, because of the handshake-protocol.

Where the regular D64 fails, Fcopy will work! Because Fcopy will also save
the format-ID and the checksums.

When copying a disk with Fcopy to a PC, two files will be created:
- A .D64 file, which can be used in most of the C64-emulators
- A .F64 file, which contains all the special codes.

The files in this archive:
FCOPYPC.CPP    The Object Oriented C source. (The C64-Source is on Disk3479)
FCOPY.D64      Disk-image file of the Fcopy program for the C64.
FCOPY.DOC      This 'doc' file.
FCPCABLE.DOC   The cable descriptions.
D64VIEW.EXE    Little utility to view .D64 files on the PC.
FCOPYC64.EXE   The Fcopy program for the PC.
ZIPTOD64.EXE   Utility to convert Zipcoded files to .D64+.F64 format.
FCOPY.F64      Belongs to the FCOPY.D64 file, checksums & Header/Sector-ID.
FCOPYPC.PRG    Program file for the C64.