<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.ninerpedia.org/index.php?action=history&amp;feed=atom&amp;title=Emulate_File_format</id>
	<title>Emulate File format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.ninerpedia.org/index.php?action=history&amp;feed=atom&amp;title=Emulate_File_format"/>
	<link rel="alternate" type="text/html" href="http://www.ninerpedia.org/index.php?title=Emulate_File_format&amp;action=history"/>
	<updated>2026-04-24T17:00:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://www.ninerpedia.org/index.php?title=Emulate_File_format&amp;diff=3620&amp;oldid=prev</id>
		<title>Mizapf: /* Emulate files */</title>
		<link rel="alternate" type="text/html" href="http://www.ninerpedia.org/index.php?title=Emulate_File_format&amp;diff=3620&amp;oldid=prev"/>
		<updated>2009-06-05T20:08:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Emulate files&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Emulate files are stored on disk as a file with attributes similar to that of a program file. An emulate file is a sector dump image, comprised of 256-byte sectors, in a format identical to that of a floppy disk. Emulate files were introduced by Myarc with their HFDC system. They may be used in cases where the reference to the disk drive is hard-coded into the program, not allowing to run the program from a hard drive.&lt;br /&gt;
&lt;br /&gt;
The DSR creates a File Descriptor Record for the emulate file which it then uses to track the location of each virtual disk sector.&lt;br /&gt;
&lt;br /&gt;
As the emulate file is essentially a sector dump disk image, it may be directly used in emulators like MESS. Before using it, the TIFILES header must be stripped, but the contents may remain unchanged.&lt;br /&gt;
&lt;br /&gt;
Maximum emulate sector size:&lt;br /&gt;
* HFDC w/TI: 1600 sectors&lt;br /&gt;
* HFDC w/Geneve: 12800 sectors&lt;br /&gt;
&lt;br /&gt;
To accomplish more than 1600 sectors, MDOS calculates sectors per AU as follows:&lt;br /&gt;
&lt;br /&gt;
* 0-1599 sectors - 1 sector/AU (400MB Max)&lt;br /&gt;
* 1600-3199 sectors - 2 sectors/AU (800MB Max, &amp;quot;quad density&amp;quot;)&lt;br /&gt;
* 3200-6399 sectors - 4 sectors/AU (1.6MB Max, &amp;quot;high density&amp;quot;)&lt;br /&gt;
* 6400-12799 sectors - 8 sectors/AU (3.2MB max, &amp;quot;ultra-high density&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
HFDC DSR cannot exceed 2 sectors/AU. Geneve DSR cannot exceed 8 sectors/AU.&lt;/div&gt;</summary>
		<author><name>Mizapf</name></author>
	</entry>
</feed>