Unified Emulator Format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Disk Image Formats |extensions={{ext|uef}} }} The '''Unified Emulator Format''' (UEF) is a format used to store raw tape, disk, an...") |
Ccawley2011 (Talk | contribs) (PRONOM) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Disk Image Formats | |subcat=Disk Image Formats | ||
|extensions={{ext|uef}} | |extensions={{ext|uef}} | ||
+ | |pronom={{PRONOM|fmt/792}} | ||
}} | }} | ||
− | The '''Unified Emulator Format''' (UEF) is a format used to store raw tape, disk, and ROM data from Acorn computers, | + | The '''Unified Emulator Format''' (UEF) is a format used to store raw tape, disk, and ROM data from Acorn computers, including [[Kansas City Standard data cassette]]s, in a computer file suitable for storage and transfer on modern systems and networks. Since some other computer systems (e.g., the SOL-20) also use the Kansas City standard for cassettes, this format will also serve to archive cassette data for them, similarly to how a [[Tap file]] encodes Commodore cassettes. |
== References == | == References == | ||
* [http://mdfs.net/Docs/Comp/BBC/FileFormat/UEFSpecs.htm UEF specs] | * [http://mdfs.net/Docs/Comp/BBC/FileFormat/UEFSpecs.htm UEF specs] | ||
* [[Wikipedia:Unified Emulator Format|Wikipedia article]] | * [[Wikipedia:Unified Emulator Format|Wikipedia article]] | ||
+ | * [http://beebwiki.jonripley.com/Acorn_cassette_format Acorn cassette format] - covers physical and signal layers in addition to describing the block layer relevant to UEF images | ||
== Software == | == Software == | ||
− | * [http:// | + | * [http://www.boddie.org.uk/david/Projects/Emulation/UEFtrans/ UEFtrans: Python script to handle UEF data] |
Latest revision as of 16:31, 7 March 2019
The Unified Emulator Format (UEF) is a format used to store raw tape, disk, and ROM data from Acorn computers, including Kansas City Standard data cassettes, in a computer file suitable for storage and transfer on modern systems and networks. Since some other computer systems (e.g., the SOL-20) also use the Kansas City standard for cassettes, this format will also serve to archive cassette data for them, similarly to how a Tap file encodes Commodore cassettes.
[edit] References
- UEF specs
- Wikipedia article
- Acorn cassette format - covers physical and signal layers in addition to describing the block layer relevant to UEF images