D64
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 5: | Line 5: | ||
}} | }} | ||
==Overview== | ==Overview== | ||
− | The '''D64''', '''D71''', and '''D81''' file formats (and some variants, like X64 and F64) are Commodore 64 sector-based disk images. They contain a fixed amount of 256 byte sectors, and, optionally, a table with one byte for each sector to contain error information. This was an early attempt at supporting some of the older copy protection schemes which relied on CBM DOS returning some error code when trying to read a certain sector on disk. [[G64]] was a "raw" format able to handle more copy-protected disks. | + | The '''D64''', '''D71''', and '''D81''' file formats (and some variants, like X64 and F64) are Commodore 64 sector-based disk images. They contain a fixed amount of 256 byte sectors, and, optionally, a table with one byte for each sector to contain error information. This was an early attempt at supporting some of the older [[copy protection]] schemes which relied on CBM DOS returning some error code when trying to read a certain sector on disk. [[G64]] was a "raw" format able to handle more copy-protected disks. |
==See also== | ==See also== |
Revision as of 16:48, 21 June 2017
Contents |
Overview
The D64, D71, and D81 file formats (and some variants, like X64 and F64) are Commodore 64 sector-based disk images. They contain a fixed amount of 256 byte sectors, and, optionally, a table with one byte for each sector to contain error information. This was an early attempt at supporting some of the older copy protection schemes which relied on CBM DOS returning some error code when trying to read a certain sector on disk. G64 was a "raw" format able to handle more copy-protected disks.
See also
Software
- DirMaster: Reads C64 disk images / archives / files in Windows
- diskimage.c: A library to read/write D64 (and variant) image files
- cbmconvert (
-d
option) - Konvertor
Sample files
- ftp://ftp.cbm8bit.com/books_mags_disks-tapes/ ...
- Many of the files at the C-64 Scene Database