TD0
From Just Solve the File Format Problem
(Difference between revisions)
(→Overview) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
The file format provides for splitting disk images into multiple parts; in this case, the second part will have a .TD1 extension, the third .TD2, and so on. In practice split disk images are extremely rare. | The file format provides for splitting disk images into multiple parts; in this case, the second part will have a .TD1 extension, the third .TD2, and so on. In practice split disk images are extremely rare. | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/teledisk}} | ||
==References== | ==References== | ||
− | * TeleDisk downloads [http:// | + | * TeleDisk downloads [http://dunfield.classiccmp.org/img42841/teledisk.htm here] |
− | * Format specification by Dave Dunfield [http:// | + | * Format specification by Dave Dunfield [http://dunfield.classiccmp.org/img42841/td0notes.txt here] |
− | * Some reverse engineering and pseudo-code [http://www.fpns.net/willy/wteledsk.htm here] | + | * Some reverse engineering and pseudo-code [https://web.archive.org/web/20130116072335/http://www.fpns.net/willy/wteledsk.htm here] |
− | * MESS [ | + | * MESS [https://git.redump.net/mame/tree/src/lib/formats/td0_dsk.cpp source code] for reading TD0 files |
Latest revision as of 02:55, 28 December 2023
[edit] Overview
TeleDisk was an early PC based disk imaging program. It was often used to image floppy disks from other systems, notably IBM mainframes or DEC workstations
The file format provides for splitting disk images into multiple parts; in this case, the second part will have a .TD1 extension, the third .TD2, and so on. In practice split disk images are extremely rare.
[edit] Sample files
[edit] References
- TeleDisk downloads here
- Format specification by Dave Dunfield here
- Some reverse engineering and pseudo-code here
- MESS source code for reading TD0 files