/* SP file system entry
 *
 * This file enables reading and writing of Spectrum disks on the built-in
 * floppy drive normally referred to as DF0:. SP1 does the same for DF1. By
 * creating new versions of this file and changing the Unit line to use other
 * numbers, you can make the SPFileSystem available on other devices. For
 * example, changing the value of Unit to 2 would create a mount file that
 * would allow for Spectrum floppies on DF2.
 */

FileSystem     = L:SPFileSystem
Device         = mfm.device
Unit           = 0
Flags          = 0
Surfaces       = 2
BlocksPerTrack = 10
Reserved       = 0
Interleave     = 0
LowCyl         = 0
HighCyl        = 79
Buffers        = 40
BufMemType     = 1
StackSize      = 8000
Priority       = 8
GlobVec        = -1
DosType        = 0x53504543
