Disk Masher System
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample file and link to unarchive which can extract dms files) |
m |
||
Line 22: | Line 22: | ||
* [http://aminet.net/package/util/arc/dms111 dms111] (Original Amiga software) | * [http://aminet.net/package/util/arc/dms111 dms111] (Original Amiga software) | ||
* [https://github.com/temisu/ancient_format_decompressor Ancient Format Decompressor] (decompresses to [[ADF (Amiga)|ADF]]) | * [https://github.com/temisu/ancient_format_decompressor Ancient Format Decompressor] (decompresses to [[ADF (Amiga)|ADF]]) | ||
− | * https://theunarchiver.com/ | + | * [https://theunarchiver.com/ The Unarchiver] |
== Links == | == Links == |
Revision as of 14:03, 26 May 2020
DMS (Disk Masher System) is a disk image format used on Amiga computers.
It is said to be proprietary, but it is supported by some open-source utilities and emulators, so apparently it has been documented or reverse-engineered.
Contents |
Identification
Files begin with ASCII characters "DMS!
".
Format info
Sample files
Software
- xDMS (Public Domain, portable C source)
- dms111 (Original Amiga software)
- Ancient Format Decompressor (decompresses to ADF)
- The Unarchiver