DSK (CPCEMU)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (link directly to three inch disc page) |
||
| (4 intermediate revisions by 3 users 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]]. | ||
| + | |||
| + | == Software == | ||
| + | * [https://github.com/derikz/cpcfs CPCFS] | ||
== References == | == References == | ||
| Line 16: | Line 19: | ||
* [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) | ||
* [http://www.cpcwiki.eu/index.php/Format:DSK_disk_image_file_format cpcwiki.eu] -- (FIXME just the same as above, or more information?) | * [http://www.cpcwiki.eu/index.php/Format:DSK_disk_image_file_format cpcwiki.eu] -- (FIXME just the same as above, or more information?) | ||
| + | * [http://simonowen.com/misc/extextdsk.txt simonowen.com] -- extensions to handle further copy protection schemes | ||
| + | |||
| + | [[Category:Amstrad]] | ||
| + | [[Category:ZX Spectrum]] | ||
Revision as of 05:39, 20 December 2020
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.
Software
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