Skip to content

Commit 6ada2a8

Browse files
committed
IMG.CFG: Add files for Ensoniq and Sequential Circuits hosts
1 parent 4db7668 commit 6ada2a8

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

examples/Host/Ensoniq/IMG.CFG

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# IMG.CFG for Ensoniq hosts
2+
3+
# 800kB and 1.6MB image types are also handled by FF.CFG: host=ensoniq
4+
5+
# NOTE: The tags match on filesize alone. If you wish to define an explicit
6+
# tagname match, you can for example add 'ensoniq' to the square-bracketed tags
7+
# to limit matches to filenames of the form *.ensoniq.{img,ima,dsk}
8+
9+
# Ensoniq 800kB DSDD
10+
# Also handled by FF.CFG: host=ensoniq
11+
[::819200]
12+
cyls = 80
13+
heads = 2
14+
secs = 10
15+
bps = 512
16+
gap3 = 30
17+
id = 0
18+
rate = 250
19+
20+
# Ensoniq 1.6MB DSHD
21+
# Also handled by FF.CFG: host=ensoniq
22+
[::1638400]
23+
cyls = 80
24+
heads = 2
25+
secs = 20
26+
bps = 512
27+
gap3 = 40
28+
id = 0
29+
rate = 500
30+
31+
# Ensoniq Mirage 440kB SSDD
32+
# Mixed sector sizes *NOT* handled by FF.CFG: host=ensoniq
33+
[::450560]
34+
cyls = 80
35+
heads = 1
36+
secs = 6
37+
bps = 1024,1024,1024,1024,1024,512
38+
id = 0
39+
rate = 250
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# IMG.CFG for Sequential Circuits hosts
2+
3+
# NOTE: The tags match on filesize alone. If you wish to define an explicit
4+
# tagname match, you can for example add 'sci' to the square-bracketed tags
5+
# to limit matches to filenames of the form *.sci.{img,ima,dsk}
6+
7+
# Sequential Circuits Prophet 840kB DSDD
8+
[::860160]
9+
cyls = 80
10+
heads = 2
11+
secs = 6
12+
bps = 1024,1024,1024,1024,1024,256
13+
id = 0
14+
rate = 250

0 commit comments

Comments
 (0)