D64
From Just Solve the File Format Problem
(Difference between revisions)
(more software) |
|||
(4 intermediate revisions by 4 users not shown) | |||
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== | ||
Line 18: | Line 18: | ||
* [http://www.zimmers.net/anonftp/pub/cbm/crossplatform/converters/unix/index.html cbmconvert] (<code>-d</code> option) | * [http://www.zimmers.net/anonftp/pub/cbm/crossplatform/converters/unix/index.html cbmconvert] (<code>-d</code> option) | ||
* [[Konvertor]] | * [[Konvertor]] | ||
+ | * {{Deark}} | ||
+ | * [https://www.ghisler.com/plugins.htm packer plugin] (<code>dircbm.wcx</code> <code>dircbm.wcx64</code>) for file manager [https://www.ghisler.com/ TotalCommander] to handle Commodore Business Machines [https://sourceforge.net/projects/dircbm/ CBM disk images] | ||
== Sample files == | == Sample files == | ||
* ftp://ftp.cbm8bit.com/books_mags_disks-tapes/ ... | * ftp://ftp.cbm8bit.com/books_mags_disks-tapes/ ... | ||
* Many of the files at [http://csdb.dk/ the C-64 Scene Database] | * Many of the files at [http://csdb.dk/ the C-64 Scene Database] | ||
+ | * {{DexvertSamples|archive/commodoreDiskImage}} | ||
==Resources== | ==Resources== |
Latest revision as of 10:21, 21 February 2024
Contents |
[edit] 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.
[edit] See also
[edit] 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
- Deark
- packer plugin (
dircbm.wcx
dircbm.wcx64
) for file manager TotalCommander to handle Commodore Business Machines CBM disk images
[edit] Sample files
- ftp://ftp.cbm8bit.com/books_mags_disks-tapes/ ...
- Many of the files at the C-64 Scene Database
- dexvert samples — archive/commodoreDiskImage