-
Notifications
You must be signed in to change notification settings - Fork 0
/
dos.cfg
190 lines (151 loc) · 2.42 KB
/
dos.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
path = "rom"
system {
model = "5160"
boot = 0
rtc = 1
memtest = 0
floppy_disk_drives = 2
patch_bios_init = 1
patch_bios_int19 = 1
}
cpu {
model = "8088"
speed = 16
}
load {
format = "binary"
address = 0xfe000
file = "ibm-xt-1982-11-08.rom"
}
load {
format = "binary"
address = 0xf6000
file = "ibm-basic-1.10.rom"
}
load {
format = "binary"
address = 0xf0000
file = "ibmpc-pcex.rom"
}
ram {
address = 0
size = 512K
}
rom {
address = 0xf0000
size = 64K
}
terminal {
driver = "sdl"
# escape = "CtrlRight"
scale = 1
border = 0
fullscreen = 0
mouse_mul_x = 1
mouse_div_x = 1
mouse_mul_y = 1
mouse_div_y = 1
}
terminal {
driver = "x11"
# escape = "CtrlRight"
scale = 1
mouse_mul_x = 2
mouse_div_x = 5
mouse_mul_y = 2
mouse_div_y = 5
}
terminal {
driver = "null"
}
video {
device = "hgc"
color = "amber"
blink = 30
}
video {
device = "vga"
blink = 30
enable_irq = 0
irq = 2
rom {
address = 0xc0000
size = 32768
default = 0xff
file = "ibm-vga-1986-10-27.rom"
}
}
video {
device = "ega"
switches = 0x09 # EGA with EGA monitor (EGA mode)
blink = 30
enable_irq = 0
irq = 2
rom {
address = 0xc0000
size = 16384
default = 0xff
file = "ibm-ega-1984-09-13.rom"
}
}
video {
device = "cga"
font = 1
blink = 30
}
video {
device = "mda"
color = "green"
blink = 30
}
speaker {
volume = 250
lowpass = 8000
sample_rate = 44100
# driver = "oss:dev=/dev/dsp:lowpass=5000:wav=speaker.wav:wavfilter=0"
driver = "sdl:lowpass=5000"
}
serial {
uart = "8250"
address = 0x3f8
irq = 4
multichar = 1
driver = "stdio:file/dev/null:flush=1"
}
parport {
address = 0x378
driver = "stdio:file=/dev/null:flush=1"
}
parport {
address = 0x278
driver = "stdio:file/dev/null:flush=1"
}
cassette {
enable = 1
file = "cas1.cas"
# pcm = 1
filter = 1
mode = "load"
position = 0
append = 0
}
fdc {
address = 0x3f0
irq = 6
drive0 = 0x00
drive1 = 0x01
drive2 = 0x02
accurate = 0
}
disk {
drive = 0x00
type = "auto"
file = "dosplus-1.2.img"
optional = 0
}
disk {
drive = 0x01
type = "auto"
file = "dostest.img"
optional = 0
}