ATR
From Just Solve the File Format Problem
(Difference between revisions)
(Software) |
|||
Line 18: | Line 18: | ||
== Specifications == | == Specifications == | ||
* [http://www.atarimax.com/jindroush.atari.org/afmtatr.html ATR File Format Description] | * [http://www.atarimax.com/jindroush.atari.org/afmtatr.html ATR File Format Description] | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.hcrburk.de/amanager.html Atari-FileManagement] (Old windows binary. Still works on Windows 7, but only barely.) | ||
+ | * [http://www.atarimax.com/jindroush.atari.org/asoft.html Adir] (Untested MS-DOS binary & source code.) | ||
== Sample files == | == Sample files == |
Revision as of 18:10, 1 January 2014
ATR is an Atari floppy disk image format associated with SIO2PC, a product that connects Atari and PC computers. It is supported by most Atari emulators.Contents |
Format
Files have a 16-byte header, followed by a raw sector-by-sector dump of the disk.
Identification
Files begin with bytes 0x96 0x02
.
See also
- Atari 810 (physical disk format)
- Atari File Management Subsystem (filesystem)
Specifications
Software
- Atari-FileManagement (Old windows binary. Still works on Windows 7, but only barely.)
- Adir (Untested MS-DOS binary & source code.)