D64
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Resources) |
(more software) |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Disk Image Formats | |subcat=Disk Image Formats | ||
+ | |extensions={{ext|d64}}, {{ext|d71}}, {{ext|d81}} | ||
}} | }} | ||
− | |||
==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 | + | 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 12: | Line 12: | ||
* [[Commodore 1581 disk]] | * [[Commodore 1581 disk]] | ||
* [[CBMFS]] | * [[CBMFS]] | ||
+ | |||
+ | == Software == | ||
+ | * [http://style64.org/dirmaster DirMaster]: Reads C64 disk images / archives / files in Windows | ||
+ | * [http://www.paradroid.net/diskimage/ diskimage.c]: A library to read/write D64 (and variant) image files | ||
+ | * [http://www.zimmers.net/anonftp/pub/cbm/crossplatform/converters/unix/index.html cbmconvert] (<code>-d</code> option) | ||
+ | * [[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 == | ||
+ | * ftp://ftp.cbm8bit.com/books_mags_disks-tapes/ ... | ||
+ | * Many of the files at [http://csdb.dk/ the C-64 Scene Database] | ||
+ | * {{DexvertSamples|archive/commodoreDiskImage}} | ||
==Resources== | ==Resources== | ||
− | |||
* Lots of C64 disk image documentation [http://ist.uwaterloo.ca/~schepers/formats.html here] (e.g. [http://ist.uwaterloo.ca/~schepers/formats/D64.TXT D64], [http://ist.uwaterloo.ca/~schepers/formats/D71.TXT D71], [http://ist.uwaterloo.ca/~schepers/formats/D81.TXT D81], [http://ist.uwaterloo.ca/~schepers/formats/G64.TXT G64]) | * Lots of C64 disk image documentation [http://ist.uwaterloo.ca/~schepers/formats.html here] (e.g. [http://ist.uwaterloo.ca/~schepers/formats/D64.TXT D64], [http://ist.uwaterloo.ca/~schepers/formats/D71.TXT D71], [http://ist.uwaterloo.ca/~schepers/formats/D81.TXT D81], [http://ist.uwaterloo.ca/~schepers/formats/G64.TXT G64]) | ||
* Documentation with some code snippets [http://unusedino.de/ec64/technical/formats/disk.html here] | * Documentation with some code snippets [http://unusedino.de/ec64/technical/formats/disk.html here] | ||
− | |||
[[Category:Commodore computers]] | [[Category:Commodore computers]] |
Latest revision as of 10:21, 21 February 2024
Contents[hide] |
[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