TR-DOS filesystem
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
Dan Tobias (Talk | contribs) (TRD moved to separate page) |
||
Line 8: | Line 8: | ||
| subcat5 = | | subcat5 = | ||
| thiscat = | | thiscat = | ||
− | | extensions = | + | | extensions = |
| mimetypes = | | mimetypes = | ||
| locfdd = | | locfdd = | ||
Line 15: | Line 15: | ||
| type code = | | type code = | ||
| uniform type = | | uniform type = | ||
− | | kaitai struct = | + | | kaitai struct = |
| conforms to = | | conforms to = | ||
| released = | | released = | ||
Line 58: | Line 58: | ||
|} | |} | ||
− | + | Diskettes can be dumped to [[TRD]] files for use in emulators. | |
− | + | ||
− | Diskettes can be dumped to | + | |
== Links == | == Links == | ||
− | |||
− | |||
− | |||
* [https://web.archive.org/web/20140409113112/http://k1.dyndns.org/Vintage/Sinclair/82/Peripherials/Disc%20Interfaces/Beta%20128%20Disc%20Interface%2C%20TRDOS%20%28Technology%20Research%29/TRDOS/TR-DOS%20Programming.txt Internal TR-DOS functions] | * [https://web.archive.org/web/20140409113112/http://k1.dyndns.org/Vintage/Sinclair/82/Peripherials/Disc%20Interfaces/Beta%20128%20Disc%20Interface%2C%20TRDOS%20%28Technology%20Research%29/TRDOS/TR-DOS%20Programming.txt Internal TR-DOS functions] | ||
− | |||
[[Category:ZX Spectrum]] | [[Category:ZX Spectrum]] |
Revision as of 02:14, 13 September 2019
TR-DOS is an operating system for ZX Spectrum personal computer with Beta Disc floppy drive interface. Despite being developed by British company Technology Research Ltd, it was not especially popular in the West, but was more popular in USSR and post-USSR in 80-90s.5¼" and 3½" floppies are used with the following formats:
Number of tracks per side | Number of sides | Number of tracks (total) | Number of sectors | Number of bytes |
---|---|---|---|---|
80 | 2 | 160 | 2560 | 655360 |
40 | 2 | 80 | 1280 | 327680 |
80 | 1 | 80 | 1280 | 327680 |
40 | 1 | 40 | 640 | 163840 |
Diskettes can be dumped to TRD files for use in emulators.