DSK (CPCEMU)
From Just Solve the File Format Problem
(Difference between revisions)
(Added program that can extract amstrad DSK archives) |
(Added sample files) |
||
(One intermediate revision by one user not shown) | |||
Line 7: | Line 7: | ||
The CPCEMU disc image format (conventional extension .DSK) is conventionally used for images of Amstrad CPC, Amstrad PCW, and Spectrum +3 [[floppy disk]]s. | The CPCEMU disc image format (conventional extension .DSK) is conventionally used for images of Amstrad CPC, Amstrad PCW, and Spectrum +3 [[floppy disk]]s. | ||
− | It is thus the ''de facto'' disc image format for most | + | It is thus the ''de facto'' disc image format for most [[3" disk|3" floppy disk]]s. (There's probably no technical reason it couldn't image other disk types, but typically it doesn't.) |
Such disk images will often (but not always) contain a [[CP/M file system]]. | Such disk images will often (but not always) contain a [[CP/M file system]]. | ||
Line 14: | Line 14: | ||
* [https://github.com/derikz/cpcfs CPCFS] | * [https://github.com/derikz/cpcfs CPCFS] | ||
− | == | + | == Sample files == |
+ | * {{DexvertSamples|archive/cpcDisk}} | ||
+ | == References == | ||
* [http://www.cpctech.org.uk/docs/dsk.html Original format specification] | * [http://www.cpctech.org.uk/docs/dsk.html Original format specification] | ||
* [http://www.cpctech.org.uk/docs/extdsk.html Extended DSK (EDSK) specification] (extensions to handle representing copy protection, etc -- Marco Vieth, Ulrich Doewich, Kevin Thacker) | * [http://www.cpctech.org.uk/docs/extdsk.html Extended DSK (EDSK) specification] (extensions to handle representing copy protection, etc -- Marco Vieth, Ulrich Doewich, Kevin Thacker) |
Latest revision as of 15:05, 28 December 2023
The CPCEMU disc image format (conventional extension .DSK) is conventionally used for images of Amstrad CPC, Amstrad PCW, and Spectrum +3 floppy disks.
It is thus the de facto disc image format for most 3" floppy disks. (There's probably no technical reason it couldn't image other disk types, but typically it doesn't.)
Such disk images will often (but not always) contain a CP/M file system.
[edit] Software
[edit] Sample files
[edit] References
- Original format specification
- Extended DSK (EDSK) specification (extensions to handle representing copy protection, etc -- Marco Vieth, Ulrich Doewich, Kevin Thacker)
- cpcwiki.eu -- (FIXME just the same as above, or more information?)
- simonowen.com -- extensions to handle further copy protection schemes